MCPcopy Create free account
hub / github.com/LabSound/LabSound / fanOutCount

Method fanOutCount

src/core/AudioNodeOutput.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133int AudioNodeOutput::fanOutCount()
134{
135 return static_cast<int>(m_inputs.size());
136}
137
138int AudioNodeOutput::paramFanOutCount()
139{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected