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

Method graph_out_node

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

The ID of the graph output node

(&self)

Source from the content-addressed store, hash-verified

189
190 /// The ID of the graph output node
191 pub fn graph_out_node(&self) -> NodeID {
192 self.graph_out_id
193 }
194
195 /// Add a node to the audio graph.
196 pub fn add_node<T: AudioNode + 'static>(

Callers 5

newMethod · 0.80
graph_out_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