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

Method module_exists

src/mgr/ActivePyModules.h:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return pending_modules;
238 }
239 bool module_exists(const std::string &name) const
240 {
241 return modules.count(name) > 0;
242 }
243
244 bool method_exists(
245 const std::string &module_name,

Callers 3

get_health_checksMethod · 0.80
is_module_activeMethod · 0.80
ceph_dispatch_remoteFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected