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

Method is_enabled

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

Source from the content-addressed store, hash-verified

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; }

Callers 9

standby_startMethod · 0.45
active_startMethod · 0.45
get_health_checksMethod · 0.45
_handle_commandMethod · 0.45
cacheable_get_pythonMethod · 0.45
get_pythonMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected