MCPcopy 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
177std::string Plugin::getBrand() {
178 if (brand == "")
179 return name;
180 return brand;
181}
182
183
184} // namespace plugin

Callers 1

getFullNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected