| 2430 | bool remove(const std::string& id); |
| 2431 | |
| 2432 | inline bool has(const std::string& id) { |
| 2433 | return get(id, false) != nullptr; |
| 2434 | } |
| 2435 | |
| 2436 | inline void unregister(Logger*& logger) { |
| 2437 | base::threading::ScopedLock scopedLock(lock()); |
no outgoing calls
no test coverage detected