| 166 | |
| 167 | bool is_failed() const { std::lock_guard l(lock) ; return failed; } |
| 168 | bool is_loaded() const { std::lock_guard l(lock) ; return loaded; } |
| 169 | bool is_always_on() const { std::lock_guard l(lock) ; return always_on; } |
| 170 | |
| 171 | bool should_notify(const std::string& notify_type) const { |
no outgoing calls
no test coverage detected