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

Method inode_position

atomic-core/src/record/context.rs:852–854  ·  view source on GitHub ↗
(&self, _inode: Inode)

Source from the content-addressed store, hash-verified

850 }
851
852 fn inode_position(&self, _inode: Inode) -> Result<Option<Position<NodeId>>, PristineError> {
853 Ok(None)
854 }
855
856 fn position_inode(&self, _pos: Position<NodeId>) -> Result<Option<Inode>, PristineError> {
857 Ok(None)

Callers 15

collect_tracked_filesFunction · 0.45
get_tracked_fileFunction · 0.45
globalize_recorded_fileFunction · 0.45
collect_treeFunction · 0.45
visible_file_pathsMethod · 0.45
get_file_contentMethod · 0.45
has_recorded_contentMethod · 0.45
statusMethod · 0.45

Calls

no outgoing calls

Tested by 1