Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ loadPathDialog
Method
loadPathDialog
src/patch.cpp:435–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
434
435
void Manager::loadPathDialog(std::string path) {
436
if (!promptClear(string::translate(
"patch.loadConfirm"
)))
437
return;
438
439
loadAction(path);
440
}
441
442
443
void Manager::revertDialog() {
Callers
2
onPathDrop
Method · 0.80
onAction
Method · 0.80
Calls
2
promptClear
Function · 0.85
translate
Function · 0.85
Tested by
no test coverage detected