| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected