MCPcopy 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

taskFunction · 0.80
taskFunction · 0.80
taskFunction · 0.80
__init__Method · 0.80
send_beaconMethod · 0.80
prepare_beaconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected