Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getNumConnectedInputs
Method
getNumConnectedInputs
src/cinder/audio/Node.cpp:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
size_t Node::getNumConnectedInputs() const
241
{
242
return mInputs.size();
243
}
244
245
size_t Node::getNumConnectedOutputs() const
246
{
Callers
4
draw
Method · 0.80
showNodeFn
Function · 0.80
draw
Method · 0.80
draw
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
3
showNodeFn
Function · 0.64
draw
Method · 0.64
draw
Method · 0.64