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

Method is_input

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

Source from the content-addressed store, hash-verified

262 }
263
264 pub fn is_input(&self) -> bool {
265 matches!(self, Operation::Input(_))
266 }
267
268 pub fn is_const_optimizable(&self) -> Result<bool> {
269 match self {

Callers 10

evaluate_graphMethod · 0.80
is_const_optimizableMethod · 0.80
prepare_input_valuesMethod · 0.80
test_graph_consistencyFunction · 0.80
compile_contextFunction · 0.80
recursively_inline_graphFunction · 0.80
assign_input_nodesFunction · 0.80
get_graphviz_node_defFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_graph_consistencyFunction · 0.64