Module tvix_castore::nodes::directory
source · Structs§
- 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§
- 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.