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

Function create_context

ciphercore-base/src/graphs.rs:4640–4644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4638/// ```
4639#[cfg_attr(feature = "py-binding", fn_wrapper)]
4640pub fn create_context() -> Result<Context> {
4641 let context = create_unchecked_context()?;
4642 context.add_type_checker()?;
4643 Ok(context)
4644}
4645
4646fn graphs_deep_equal(graph1: Graph, graph2: Graph) -> bool {
4647 let graph1_body = graph1.body.borrow();

Callers 15

process_nodeMethod · 0.70
process_instantiationFunction · 0.70
run_instantiation_passFunction · 0.70
test_notFunction · 0.70
test_orFunction · 0.70
test_instantiation_passFunction · 0.70
simple_contextFunction · 0.70
test_named_contextsFunction · 0.70
test_node_graph_helpersFunction · 0.70
test_annotationsFunction · 0.70

Calls 2

create_unchecked_contextFunction · 0.85
add_type_checkerMethod · 0.80

Tested by 15

test_notFunction · 0.56
test_orFunction · 0.56
test_instantiation_passFunction · 0.56
test_named_contextsFunction · 0.56
test_node_graph_helpersFunction · 0.56
test_annotationsFunction · 0.56
test_mux_bitsFunction · 0.40
test_mux_broadcastFunction · 0.40
test_malformedFunction · 0.40