| 12 | running_(false) {} |
| 13 | |
| 14 | UnixSocketServer::~UnixSocketServer() { Stop(); } |
| 15 | |
| 16 | void UnixSocketServer::RegisterPeerCallback(const std::string &id, MessageCallback callback) { |
| 17 | std::lock_guard<std::mutex> lock(mutex_); |
nothing calls this directly
no outgoing calls
no test coverage detected