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

Method get_graphs

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

Returns the vector of graphs contained in this context in order of creation. # Returns Vector of the graphs in this context

(&self)

Source from the content-addressed store, hash-verified

4008 ///
4009 /// Vector of the graphs in this context
4010 pub fn get_graphs(&self) -> Vec<Graph> {
4011 self.body.borrow().graphs.clone()
4012 }
4013
4014 /// Does nothing if the context is finalized; otherwise returns a runtime error.
4015 ///

Callers 15

preprocessMethod · 0.45
process_instantiationFunction · 0.45
run_instantiation_passFunction · 0.45
finalizeMethod · 0.45
make_serializableMethod · 0.45
add_type_checkerMethod · 0.45
helper_equivalence_classFunction · 0.45
compile_to_mpc_contextFunction · 0.45
uniquify_prf_idFunction · 0.45
test_inputFunction · 0.45
check_prf_idFunction · 0.45

Calls 1

cloneMethod · 0.80

Tested by 1

test_inputFunction · 0.36