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

Method outputs

examples/visual_node_graph/src/ui.rs:250–252  ·  view source on GitHub ↗
(&mut self, node: &GuiAudioNode)

Source from the content-addressed store, hash-verified

248 }
249
250 fn outputs(&mut self, node: &GuiAudioNode) -> usize {
251 node.num_outputs()
252 }
253
254 fn show_input(
255 &mut self,

Callers

nothing calls this directly

Calls 1

num_outputsMethod · 0.80

Tested by

no test coverage detected