Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ loadTemplateDialog
Method
loadTemplateDialog
src/patch.cpp:346–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
345
346
void Manager::loadTemplateDialog() {
347
if (!promptClear(string::translate(
"patch.loadTemplateConfirm"
))) {
348
return;
349
}
350
loadTemplate();
351
}
352
353
354
bool Manager::hasAutosave() {
Callers
2
onHoverKey
Method · 0.80
onAction
Method · 0.80
Calls
2
promptClear
Function · 0.85
translate
Function · 0.85
Tested by
no test coverage detected