Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNumModules
Method
getNumModules
src/engine/Engine.cpp:727–729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
726
727
size_t Engine::getNumModules() {
728
return internal->modules.size();
729
}
730
731
732
size_t Engine::getModuleIds(int64_t* moduleIds, size_t len) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected