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

Method get_inode

atomic-core/src/record/context.rs:840–842  ·  view source on GitHub ↗
(&self, _path: &str)

Source from the content-addressed store, hash-verified

838
839 impl TreeTxnT for MockTxn {
840 fn get_inode(&self, _path: &str) -> Result<Option<Inode>, PristineError> {
841 Ok(None)
842 }
843
844 fn get_directory_flags(&self, _inode: Inode) -> Result<Option<u8>, PristineError> {
845 Ok(None)

Callers 4

get_tracked_fileFunction · 0.45
globalize_recorded_fileFunction · 0.45
resolve_path_to_inodeFunction · 0.45
resolve_parent_inodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected