Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNumParams
Method
getNumParams
include/engine/Module.hpp:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
return id;
268
}
269
int getNumParams() {
270
return params.size();
271
}
272
Param& getParam(int index) {
273
return params[index];
274
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected