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

Method position_inode

atomic-core/src/record/context.rs:856–858  ·  view source on GitHub ↗
(&self, _pos: Position<NodeId>)

Source from the content-addressed store, hash-verified

854 }
855
856 fn position_inode(&self, _pos: Position<NodeId>) -> Result<Option<Inode>, PristineError> {
857 Ok(None)
858 }
859
860 fn iter_tree(
861 &self,

Callers 5

write_import_recordedMethod · 0.45
insert_changeMethod · 0.45
write_recordedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected