Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNumInputs
Method
getNumInputs
include/engine/Module.hpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
return params[index];
274
}
275
int getNumInputs() {
276
return inputs.size();
277
}
278
Input& getInput(int index) {
279
return inputs[index];
280
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected