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

Method dump_float

src/common/XMLFormatter.cc:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void XMLFormatter::dump_float(std::string_view name, double d)
166{
167 add_value(name, d);
168}
169
170void XMLFormatter::dump_string(std::string_view name, std::string_view s)
171{

Callers 15

dumpMethod · 0.45
dumpFunction · 0.45
log_entryMethod · 0.45
log_log_entryMethod · 0.45
dump_valueMethod · 0.45
dump_slow_opsMethod · 0.45
dump_ops_in_flightMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
operator()Method · 0.45
dumpMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected