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

Method get_internal

atomic-core/src/apply/graph_batch.rs:172–174  ·  view source on GitHub ↗
(&self, hash: &Hash)

Source from the content-addressed store, hash-verified

170 }
171
172 fn get_internal(&self, hash: &Hash) -> PristineResult<Option<NodeId>> {
173 self.txn.get_internal(hash)
174 }
175
176 fn list_registered_changes(&self) -> PristineResult<Vec<(NodeId, Hash)>> {
177 self.txn.list_registered_changes()

Callers 4

resolve_positionFunction · 0.45
resolve_vertexFunction · 0.45
resolve_introduced_byFunction · 0.45
verify_dependenciesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected