MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / read_node

Function read_node

src/view/debug/fs_view.rs:112–162  ·  view source on GitHub ↗

Recursively decode the inode at `idx` into a node, descending into directories. `budget` caps the total node count so a cyclic image cannot spin the render.

(
    vm: &VirtualMachine,
    base: u64,
    idx: u64,
    name: String,
    depth: usize,
    fds: &std::collections::HashMap<u64, u32>,
    budget: &mut usize,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

captureFunction · 0.85

Calls 6

inode_paFunction · 0.85
rd_u16Function · 0.85
rd_u32Function · 0.85
read_nameFunction · 0.85
getMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected