tvl-depot/tvix/castore/src/fs
Florian Klink 21ceef4934 refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Provide a into_nodes() function on a Directory, which consumes self and
returns owned PathComponent and Node.

Use it to provide a proper conversion from Directory to the proto
variant that doesn't clone.

There's no need for the one taking only &Directory, we don't use it
anywhere, and once someone needs that they might as well clone Directory
before converting it.

Update all other users of the `.nodes()` function to use `.into_nodes()`
where applicable, and avoid some more cloning there.

Change-Id: Id4577b9eb173c012e225337458898d3937112bcb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12218
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-08-17 15:59:10 +00:00
..
fuse refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
file_attr.rs refactor(tvix/castore/fs): add InodeData::as_fuse_{entry,file_attr} 2024-04-15 13:59:46 +00:00
inode_tracker.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
inodes.rs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
mod.rs refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
root_nodes.rs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
virtiofs.rs chore(3p/sources): Bump channels & overlays 2024-04-28 16:39:26 +00:00