MCPcopy 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

mainFunction · 0.80
redoMethod · 0.80
loadPluginFunction · 0.80
extractPackagesFunction · 0.80
initFunction · 0.80
launchMethod · 0.80
saveDialogMethod · 0.80
saveAsDialogMethod · 0.80
saveTemplateDialogMethod · 0.80
loadTemplateMethod · 0.80
loadActionMethod · 0.80
fromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected