MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / contains_node

Method contains_node

ciphercore-base/src/custom_ops.rs:375–377  ·  view source on GitHub ↗
(&self, node: Node)

Source from the content-addressed store, hash-verified

373 }
374
375 pub fn contains_node(&self, node: Node) -> bool {
376 self.node_mapping.contains_key(&node)
377 }
378
379 /// Panics if `graph` is not in `graph_mapping`
380 pub fn get_graph(&self, graph: Graph) -> Graph {

Callers 4

get_nodeMethod · 0.80
insert_nodeMethod · 0.80
recursively_inline_graphFunction · 0.80
unassign_nodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected