Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
void XMLFormatter::dump_float(std::string_view name, double d)
166
{
167
add_value(name, d);
168
}
169
170
void XMLFormatter::dump_string(std::string_view name, std::string_view s)
171
{
Callers
15
dump
Method · 0.45
dump
Function · 0.45
log_entry
Method · 0.45
log_log_entry
Method · 0.45
dump_value
Method · 0.45
dump_slow_ops
Method · 0.45
dump_ops_in_flight
Method · 0.45
dump
Method · 0.45
dump
Method · 0.45
operator()
Method · 0.45
dump
Method · 0.45
dump
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected