MCPcopy 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
240size_t Node::getNumConnectedInputs() const
241{
242 return mInputs.size();
243}
244
245size_t Node::getNumConnectedOutputs() const
246{

Callers 4

drawMethod · 0.80
showNodeFnFunction · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

showNodeFnFunction · 0.64
drawMethod · 0.64
drawMethod · 0.64