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

Method is_module_active

src/mgr/PyModuleRegistry.h:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 bool is_module_active(const std::string &name) {
239 ceph_assert(active_modules);
240 return active_modules->module_exists(name);
241 }
242
243 auto& get_active_module_finisher(const std::string &name) {
244 ceph_assert(active_modules);

Callers 1

_handle_commandMethod · 0.80

Calls 1

module_existsMethod · 0.80

Tested by

no test coverage detected