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

Method position_inode

atomic-core/src/apply/graph_batch.rs:298–300  ·  view source on GitHub ↗
(&self, pos: Position<NodeId>)

Source from the content-addressed store, hash-verified

296 }
297
298 fn position_inode(&self, pos: Position<NodeId>) -> PristineResult<Option<Inode>> {
299 self.txn.position_inode(pos)
300 }
301
302 fn iter_tree(
303 &self,

Callers 1

resolve_inodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected