| 199 | } |
| 200 | |
| 201 | bool IPCSignalWatcher::hasOpenExecutable() const |
| 202 | { |
| 203 | return (_exec_path_fd >= 0); |
| 204 | } |
| 205 | |
| 206 | void IPCSignalWatcher::runExecutable(const std::map<std::string, std::string>& environment) |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected