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

Method get_operation

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

Returns the operation associated with the node. # Returns Operation associated with the node

(&self)

Source from the content-addressed store, hash-verified

487 ///
488 /// Operation associated with the node
489 pub fn get_operation(&self) -> Operation {
490 self.body.borrow().operation.clone()
491 }
492
493 /// Returns the type of the value computed by the node.
494 ///

Callers 15

process_nodeMethod · 0.45
evaluate_call_iterateMethod · 0.45
evaluate_graphMethod · 0.45
create_from_nodeMethod · 0.45
process_instantiationFunction · 0.45
run_instantiation_passFunction · 0.45
make_serializableMethod · 0.45
try_update_total_sizeMethod · 0.45
prepare_input_valuesMethod · 0.45
test_graph_consistencyFunction · 0.45

Calls 1

cloneMethod · 0.80

Tested by 5

test_graph_consistencyFunction · 0.36
resolve_tuple_getFunction · 0.36
is_network_nodeFunction · 0.36
print_statsFunction · 0.36