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

Method get_internal

atomic-core/src/merge/engine.rs:480–482  ·  view source on GitHub ↗
(&self, _hash: &Hash)

Source from the content-addressed store, hash-verified

478 }
479
480 fn get_internal(&self, _hash: &Hash) -> Result<Option<NodeId>, PristineError> {
481 Ok(None)
482 }
483
484 fn get_node_type(&self, _id: NodeId) -> Result<Option<u8>, PristineError> {
485 Ok(None)

Callers 15

supersedor_in_forkFunction · 0.45
check_can_unrecordFunction · 0.45
find_unrecord_setFunction · 0.45
unrecordMethod · 0.45
reinsert_changeMethod · 0.45
write_import_recordedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected