Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ what
Method
what
include/common.hpp:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
Exception(const char* format, ...);
219
Exception(const std::string& msg) : msg(msg) {}
220
const char* what() const noexcept override {
221
return msg.c_str();
222
}
223
};
224
225
Callers
15
main
Function · 0.80
redo
Method · 0.80
loadPlugin
Function · 0.80
extractPackages
Function · 0.80
init
Function · 0.80
launch
Method · 0.80
saveDialog
Method · 0.80
saveAsDialog
Method · 0.80
saveTemplateDialog
Method · 0.80
loadTemplate
Method · 0.80
loadAction
Method · 0.80
fromJson
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected