Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
std::string Model::getManualUrl() {
101
if (!manualUrl.empty())
102
return manualUrl;
103
return plugin->manualUrl;
104
}
105
106
107
void Model::appendContextMenu(ui::Menu* menu, bool inBrowser) {
Callers
2
onHoverKey
Method · 0.80
onHoverKey
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected