Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_clients
Method
get_clients
src/mgr/PyModuleRegistry.h:232–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
auto get_clients() const
233
{
234
std::lock_guard l(lock);
235
return clients;
236
}
237
238
bool is_module_active(const std::string &name) {
239
ceph_assert(active_modules);
Callers
6
task
Function · 0.80
task
Function · 0.80
task
Function · 0.80
__init__
Method · 0.80
send_beacon
Method · 0.80
prepare_beacon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected