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

Method get_path

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

Source from the content-addressed store, hash-verified

846 }
847
848 fn get_path(&self, _inode: Inode) -> Result<Option<String>, PristineError> {
849 Ok(None)
850 }
851
852 fn inode_position(&self, _inode: Inode) -> Result<Option<Position<NodeId>>, PristineError> {
853 Ok(None)

Callers 7

get_file_contentFunction · 0.45
write_import_recordedMethod · 0.45
insert_changeMethod · 0.45
write_recordedMethod · 0.45
get_pathFunction · 0.45

Calls

no outgoing calls

Tested by 1