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

Method get_nodes

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

Returns the vector of nodes contained in the graph in order of construction. # Returns Vector of nodes of the graph

(&self)

Source from the content-addressed store, hash-verified

3158 ///
3159 /// Vector of nodes of the graph
3160 pub fn get_nodes(&self) -> Vec<Node> {
3161 self.body.borrow().nodes.clone()
3162 }
3163
3164 /// Promotes a given node to the output node of the parent graph.
3165 ///

Callers 15

process_nodeMethod · 0.45
preprocessMethod · 0.45
evaluate_graphMethod · 0.45
process_instantiationFunction · 0.45
run_instantiation_passFunction · 0.45
make_serializableMethod · 0.45
add_type_checkerMethod · 0.45
prepare_input_valuesMethod · 0.45
test_graph_consistencyFunction · 0.45
sanity_passMethod · 0.45

Calls 1

cloneMethod · 0.80

Tested by 5

test_graph_consistencyFunction · 0.36
test_inline_call_simpleFunction · 0.36
calculate_network_roundsFunction · 0.36
calculate_ram_statsFunction · 0.36
print_statsFunction · 0.36