MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / get_graph

Method get_graph

ciphercore-base/src/graphs.rs:429–431  ·  view source on GitHub ↗

Returns the parent graph that contains the node. # Returns Parent graph of the node

(&self)

Source from the content-addressed store, hash-verified

427 ///
428 /// Parent graph of the node
429 pub fn get_graph(&self) -> Graph {
430 self.body.borrow().graph.upgrade()
431 }
432
433 /// Returns the dependency nodes that are used to compute the value in the current node.
434 ///

Callers 15

get_node_global_idFunction · 0.45
cached_node_typeMethod · 0.45
get_global_idMethod · 0.45
get_typeMethod · 0.45
set_nameMethod · 0.45
get_nameMethod · 0.45
addMethod · 0.45
subtractMethod · 0.45
multiplyMethod · 0.45
mixed_multiplyMethod · 0.45
dotMethod · 0.45
matmulMethod · 0.45

Calls 1

upgradeMethod · 0.80

Tested by

no test coverage detected