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

Method get_external

atomic-core/src/record/workflow/globalize/context.rs:236–241  ·  view source on GitHub ↗
(&self, node_id: NodeId)

Source from the content-addressed store, hash-verified

234 /// The external hash if found, None if the node ID is ROOT or not found.
235 #[must_use]
236 pub fn get_external(&self, node_id: NodeId) -> Option<Hash> {
237 if node_id == NodeId::ROOT {
238 return None;
239 }
240 self.txn.get_external(node_id).ok().flatten()
241 }
242
243 /// Clear the caches.
244 ///

Callers 15

globalize_recorded_fileFunction · 0.45
find_edge_introduced_byFunction · 0.45
add_dependency_by_idMethod · 0.45
output_file_via_crdtFunction · 0.45
output_file_with_filterFunction · 0.45
output_file_to_bufferFunction · 0.45
get_last_changeFunction · 0.45
materialize_parallelMethod · 0.45

Calls

no outgoing calls

Tested by 3