| 189 | std::string GetExecutablePath() const { return m_executablePath; } |
| 190 | std::string GetInputFile() const { return m_inputFile; } |
| 191 | std::string GetWorkingDirectory() const { return m_workingDirectory; } |
| 192 | std::string GetCommandLineArguments() const { return m_commandLineArgs; } |
| 193 | std::string GetRemoteHost() const { return m_remoteHost; } |
| 194 | uint32_t GetRemotePort() const { return m_remotePort; } |
no outgoing calls
no test coverage detected