| 194 | uint32_t GetRemotePort() const { return m_remotePort; } |
| 195 | bool GetRequestTerminalEmulator() const { return m_requestTerminalEmulator; } |
| 196 | int32_t GetPIDAttach() const { return m_pidAttach; } |
| 197 | |
| 198 | void SetAdapterType(const std::string& adapter); |
| 199 | void SetExecutablePath(const std::string& path); |
no outgoing calls
no test coverage detected