MCPcopy Create free account
hub / github.com/VCVRack/Rack / getManualUrl

Method getManualUrl

src/plugin/Model.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100std::string Model::getManualUrl() {
101 if (!manualUrl.empty())
102 return manualUrl;
103 return plugin->manualUrl;
104}
105
106
107void Model::appendContextMenu(ui::Menu* menu, bool inBrowser) {

Callers 2

onHoverKeyMethod · 0.80
onHoverKeyMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected