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

Method open_array_section

src/common/XMLFormatter.cc:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void XMLFormatter::open_array_section(std::string_view name)
101{
102 open_section_in_ns(name, NULL, NULL);
103}
104
105void XMLFormatter::open_array_section_with_attrs(std::string_view name, const FormatterAttrs& attrs)
106{

Callers 15

dumpMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dump_cacheMethod · 0.45
dump_mds_sessionsMethod · 0.45
dump_mds_requestsMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected