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

Method get_context

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

Returns the context of the graph nodes. # Returns Context of the graph

(&self)

Source from the content-addressed store, hash-verified

3253 ///
3254 /// Context of the graph
3255 pub fn get_context(&self) -> Context {
3256 self.body.borrow().context.upgrade()
3257 }
3258
3259 /// Adds a node computing a given custom operation.
3260 ///

Callers 15

cached_node_typeMethod · 0.45
evaluate_graphMethod · 0.45
get_typeMethod · 0.45
set_nameMethod · 0.45
get_nameMethod · 0.45
add_annotationMethod · 0.45
get_annotationsMethod · 0.45
set_as_mainMethod · 0.45
retrieve_nodeMethod · 0.45
add_nodeMethod · 0.45
remove_last_nodeMethod · 0.45

Calls 1

upgradeMethod · 0.80

Tested by 15

test_well_behavedFunction · 0.36
test_well_formedFunction · 0.36
test_vectorFunction · 0.36
test_helperFunction · 0.36
test_well_behavedFunction · 0.36
test_helperFunction · 0.36
test_low_mc_randomnessFunction · 0.36