Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ runAutomation
Method
runAutomation
source/ui/data/boxedApp.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void BoxedApp::runAutomation() {
132
this->launch();
133
GlobalSettings::startUpArgs.runAutomation = GlobalSettings::getAutomationFolder(this->container);
134
}
135
136
bool BoxedApp::hasAutomation() {
137
#ifdef BOXEDWINE_RECORDER
Callers
1
loadApps
Function · 0.80
Calls
1
launch
Method · 0.95
Tested by
no test coverage detected