snix/tvix/castore/src/fs
Florian Klink a5865ec7fa refactor(tvix/castore/fs/tests): drop unused args
There's no need to pass in an unused directory service into the
populate_blob_* method, and considering we have one or two invocation of
each of these, we don't really gain much from having all these functions
follow the same structure, at least for now.

Also, update some function names to better describe what they're doing.

Change-Id: I92f680745c157fb0a602b07342f8838bfad23ecd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10411
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
2023-12-24 16:05:52 +00:00
..
file_attr.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
fuse.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
inode_tracker.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
inodes.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
mod.rs refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs tests 2023-12-24 15:44:30 +00:00
root_nodes.rs refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs tests 2023-12-24 15:44:30 +00:00
tests.rs refactor(tvix/castore/fs/tests): drop unused args 2023-12-24 16:05:52 +00:00
virtiofs.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00