MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Options

Method Options

Libraries/Process/Process.cpp:128–128  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------- Process -------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

126// Process
127//-------------------------------------------------------------------------------------------------------
128SC::Process::Options::Options()
129{
130 windowsHide = Process::isWindowsConsoleSubsystem();
131 windowsCreateNewProcessGroup = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected