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

Method get_annotations

ciphercore-base/src/graphs.rs:1338–1342  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1336
1337 #[doc(hidden)]
1338 pub fn get_annotations(&self) -> Result<Vec<NodeAnnotation>> {
1339 self.get_graph()
1340 .get_context()
1341 .get_node_annotations(self.clone())
1342 }
1343}
1344type WeakNodeBodyPointer = Weak<AtomicRefCell<NodeBody>>;
1345

Callers 15

run_instantiation_passFunction · 0.80
contains_node_annotationFunction · 0.80
compile_to_mpc_contextFunction · 0.80
uniquify_prf_idFunction · 0.80
test_inputFunction · 0.80
inline_operationsFunction · 0.80
recursively_inline_graphFunction · 0.80
inline_iterateFunction · 0.80
is_network_nodeFunction · 0.80
get_send_anno_info_strFunction · 0.80
add_graph_to_contextFunction · 0.80
optimize_graph_constantsFunction · 0.80

Calls 5

get_node_annotationsMethod · 0.80
cloneMethod · 0.80
get_graph_annotationsMethod · 0.80
get_contextMethod · 0.45
get_graphMethod · 0.45

Tested by 2

test_inputFunction · 0.64
is_network_nodeFunction · 0.64