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

Method get_external

atomic-core/src/apply/graph_batch.rs:168–170  ·  view source on GitHub ↗
(&self, id: NodeId)

Source from the content-addressed store, hash-verified

166 type Adj = AdjIterator;
167
168 fn get_external(&self, id: NodeId) -> PristineResult<Option<Hash>> {
169 self.txn.get_external(id)
170 }
171
172 fn get_internal(&self, hash: &Hash) -> PristineResult<Option<NodeId>> {
173 self.txn.get_internal(hash)

Callers 2

check_vertex_for_zombiesFunction · 0.45
check_deleted_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected