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