MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / init_inode_adj

Method init_inode_adj

atomic-core/src/pristine/inode_graph/impls.rs:41–49  ·  view source on GitHub ↗
(
        &self,
        inode: Inode,
        node: GraphNode<NodeId>,
        min_flag: EdgeFlags,
        max_flag: EdgeFlags,
    )

Source from the content-addressed store, hash-verified

39 type InodeError = PristineError;
40
41 fn init_inode_adj(
42 &self,
43 inode: Inode,
44 node: GraphNode<NodeId>,
45 min_flag: EdgeFlags,
46 max_flag: EdgeFlags,
47 ) -> Result<InodeAdjState, Self::InodeError> {
48 Ok(InodeAdjState::new(inode, node, min_flag, max_flag))
49 }
50
51 fn next_inode_adj(
52 &self,

Callers 2

test_inode_adj_iterationFunction · 0.45
test_flag_filteringFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_inode_adj_iterationFunction · 0.36
test_flag_filteringFunction · 0.36