MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / graph_in_node

Method graph_in_node

crates/firewheel-graph/src/graph.rs:186–188  ·  view source on GitHub ↗

The ID of the graph input node

(&self)

Source from the content-addressed store, hash-verified

184
185 /// The ID of the graph input node
186 pub fn graph_in_node(&self) -> NodeID {
187 self.graph_in_id
188 }
189
190 /// The ID of the graph output node
191 pub fn graph_out_node(&self) -> NodeID {

Callers 4

graph_in_node_idMethod · 0.80
graph_compile_test_1Function · 0.80
graph_compile_test_2Function · 0.80

Calls

no outgoing calls

Tested by 3

graph_compile_test_1Function · 0.64
graph_compile_test_2Function · 0.64