MCPcopy Create free account
hub / github.com/ceph/ceph / is_loaded

Method is_loaded

src/mgr/PyModule.h:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

active_startMethod · 0.45
get_health_checksMethod · 0.45
_handle_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected