| 21 | } |
| 22 | |
| 23 | void ConfigWriter::EmitString(std::ostream& fp, const String& val) |
| 24 | { |
| 25 | fp << "\"" << EscapeIcingaString(val) << "\""; |
| 26 | } |
| 27 | |
| 28 | void ConfigWriter::EmitEmpty(std::ostream& fp) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected