Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_graph
Method · 0.80
is_const_optimizable
Method · 0.80
prepare_input_values
Method · 0.80
test_graph_consistency
Function · 0.80
compile_context
Function · 0.80
recursively_inline_graph
Function · 0.80
assign_input_nodes
Function · 0.80
get_graphviz_node_def
Function · 0.80
optimize_graph_dangling_nodes
Function · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_graph_consistency
Function · 0.64