| 26 | } |
| 27 | |
| 28 | void ConfigWriter::EmitEmpty(std::ostream& fp) |
| 29 | { |
| 30 | fp << "null"; |
| 31 | } |
| 32 | |
| 33 | void ConfigWriter::EmitArray(std::ostream& fp, int indentLevel, const Array::Ptr& val) |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected