Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNumLights
Method
getNumLights
include/engine/Module.hpp:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
return outputs[index];
286
}
287
int getNumLights() {
288
return lights.size();
289
}
290
Light& getLight(int index) {
291
return lights[index];
292
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected