Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benkuper/Chataigne
/ launchChildProcess
Method
launchChildProcess
Source/Module/modules/system/os/OSModule.cpp:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void OSModule::launchChildProcess(const String& command)
225
{
226
commandsToRun.add(command);
227
startThread();
228
}
229
230
String OSModule::launchChildProcessBlocking(const String& command)
231
{
Callers
1
launchProcessFromScript
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected