MCPcopy Create free account
hub / github.com/benkuper/Chataigne / launchChildProcessBlocking

Method launchChildProcessBlocking

Source/Module/modules/system/os/OSModule.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230String OSModule::launchChildProcessBlocking(const String& command)
231{
232 ChildProcess process = ChildProcess();
233 process.start(command);
234 return process.readAllProcessOutput();
235}
236
237var OSModule::launchFileFromScript(const var::NativeFunctionArgs& args)
238{

Callers 1

Calls 1

startMethod · 0.45

Tested by

no test coverage detected