| 212 | } |
| 213 | |
| 214 | std::string ControllerAgent::cached_shell_output() const |
| 215 | { |
| 216 | std::unique_lock lock(shell_output_mutex_); |
| 217 | return shell_output_; |
| 218 | } |
| 219 | |
| 220 | std::string ControllerAgent::get_uuid() |
| 221 | { |
no outgoing calls
no test coverage detected