Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_checks
Method · 0.80
is_module_active
Method · 0.80
ceph_dispatch_remote
Function · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected