Structs§
- Directory
- A Directory contains nodes, which can be Directory, File or Symlink nodes. It attaches names to these nodes, which is the basename in that directory. These names:
Functions§
- check_
insert_ 🔒node - Helper function dealing with inserting nodes into the nodes BTreeMap, after ensuring the new size doesn’t overlow and the key doesn’t exist already.
- checked_
sum 🔒