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

Method get_internal

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

Source from the content-addressed store, hash-verified

366 }
367
368 fn get_internal(&self, _hash: &Hash) -> Result<Option<NodeId>, PristineError> {
369 Ok(None)
370 }
371
372 fn get_node_type(&self, _id: NodeId) -> Result<Option<u8>, PristineError> {
373 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
insert_changeMethod · 0.45
insert_change_recMethod · 0.45
write_recordedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected