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

Method get_inode

atomic-core/src/apply/graph_batch.rs:282–284  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

280
281impl<'txn, 'a> TreeTxnT for CachedWriteGraphTxn<'txn, 'a> {
282 fn get_inode(&self, path: &str) -> PristineResult<Option<Inode>> {
283 self.txn.get_inode(path)
284 }
285
286 fn get_directory_flags(&self, inode: Inode) -> PristineResult<Option<u8>> {
287 self.txn.get_directory_flags(inode)

Callers 3

apply_file_ops_batchedFunction · 0.45
apply_trunk_opFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected