| 160 | } |
| 161 | |
| 162 | bool is_enabled() const { |
| 163 | std::lock_guard l(lock); |
| 164 | return enabled || always_on; |
| 165 | } |
| 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; } |
no outgoing calls
no test coverage detected