| 126 | } |
| 127 | |
| 128 | void ConfigWriter::EmitRaw(std::ostream& fp, const String& val) |
| 129 | { |
| 130 | fp << val; |
| 131 | } |
| 132 | |
| 133 | void ConfigWriter::EmitIndent(std::ostream& fp, int indentLevel) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected