MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / createAutomation

Method createAutomation

source/ui/data/boxedApp.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void BoxedApp::createAutomation() {
123 BString path = GlobalSettings::getAutomationFolder(this->container);
124 if (!Fs::doesNativePathExist(path)) {
125 Fs::makeNativeDirs(path);
126 }
127 this->launch();
128 GlobalSettings::startUpArgs.recordAutomation = GlobalSettings::getAutomationFolder(this->container);
129}
130
131void BoxedApp::runAutomation() {
132 this->launch();

Callers 1

loadAppsFunction · 0.80

Calls 1

launchMethod · 0.95

Tested by

no test coverage detected