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

Method dump

src/msg/msg_types.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void entity_name_t::dump(ceph::Formatter *f) const
51{
52 f->dump_string("type", type_str());
53 f->dump_unsigned("num", num());
54}
55
56void entity_addr_t::dump(ceph::Formatter *f) const
57{

Callers

nothing calls this directly

Calls 8

dump_stringMethod · 0.45
dump_unsignedMethod · 0.45
dump_streamMethod · 0.45
dump_objectMethod · 0.45
open_array_sectionMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
close_sectionMethod · 0.45

Tested by

no test coverage detected