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

Function to_string

src/mgr/DaemonKey.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31namespace ceph {
32std::string to_string(const DaemonKey& key)
33{
34 return key.type + '.' + key.name;
35}
36}
37

Callers 15

read_thread_statMethod · 0.70
_handle_commandMethod · 0.70
get_rocksdb_versionMethod · 0.70
handle_osd_mapMethod · 0.70
check_ios_in_flightMethod · 0.50
dispatchMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected