MCPcopy Create free account
hub / github.com/Icinga/icinga2 / EmitString

Method EmitString

lib/base/configwriter.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void ConfigWriter::EmitString(std::ostream& fp, const String& val)
24{
25 fp << "\"" << EscapeIcingaString(val) << "\"";
26}
27
28void ConfigWriter::EmitEmpty(std::ostream& fp)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected