| 224 | DaemonStateIndex::~DaemonStateIndex() = default; |
| 225 | |
| 226 | void DaemonStateIndex::insert(DaemonStatePtr dm) |
| 227 | { |
| 228 | std::unique_lock l{lock}; |
| 229 | _insert(dm); |
| 230 | } |
| 231 | |
| 232 | void DaemonStateIndex::_insert(DaemonStatePtr dm) |
| 233 | { |
no outgoing calls
no test coverage detected