Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getBrand
Method
getBrand
src/plugin/Plugin.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
177
std::string Plugin::getBrand() {
178
if (brand ==
""
)
179
return name;
180
return brand;
181
}
182
183
184
} // namespace plugin
Callers
1
getFullName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected