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

Method EmitRaw

lib/base/configwriter.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void ConfigWriter::EmitRaw(std::ostream& fp, const String& val)
129{
130 fp << val;
131}
132
133void ConfigWriter::EmitIndent(std::ostream& fp, int indentLevel)
134{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected