Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getLightInfo
Method
getLightInfo
src/app/ModuleLightWidget.cpp:74–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
engine::LightInfo* ModuleLightWidget::getLightInfo() {
75
if (!module)
76
return NULL;
77
if (firstLightId < 0)
78
return NULL;
79
return module->lightInfos[firstLightId];
80
}
81
82
83
void ModuleLightWidget::createTooltip() {
Callers
1
step
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected