Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
src/engine/LightInfo.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
std::string LightInfo::getName() {
10
return name;
11
}
12
13
std::string LightInfo::getDescription() {
14
return description;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected