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

Method get_trunk_by_path

atomic-core/src/crdt/apply/leaf.rs:489–491  ·  view source on GitHub ↗
(&self, _path: &str)

Source from the content-addressed store, hash-verified

487 }
488
489 fn get_trunk_by_path(&self, _path: &str) -> Result<Option<TrunkId>, Self::Error> {
490 Ok(None)
491 }
492
493 fn get_trunk_by_inode(&self, _inode: Inode) -> Result<Option<TrunkId>, Self::Error> {
494 Ok(None)

Callers 7

get_file_with_optionsFunction · 0.45
file_existsFunction · 0.45
get_trunk_idFunction · 0.45
output_file_via_crdtFunction · 0.45

Calls

no outgoing calls

Tested by 2