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

Method inputs

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

Source from the content-addressed store, hash-verified

244 }
245
246 fn inputs(&mut self, node: &GuiAudioNode) -> usize {
247 node.num_inputs()
248 }
249
250 fn outputs(&mut self, node: &GuiAudioNode) -> usize {
251 node.num_outputs()

Callers

nothing calls this directly

Calls 1

num_inputsMethod · 0.80

Tested by

no test coverage detected