Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
int AudioNodeOutput::fanOutCount()
134
{
135
return static_cast<int>(m_inputs.size());
136
}
137
138
int AudioNodeOutput::paramFanOutCount()
139
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected