MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / getUnixCommandLine

Method getUnixCommandLine

ApprovalTests/launchers/SystemLauncher.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 std::string SystemLauncher::getUnixCommandLine(const std::string& commandLine,
57 bool foreground) const
58 {
59 std::string launch = foreground ? commandLine : (commandLine + " &");
60
61 return launch;
62 }
63}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected