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

Method EmitFunctionCall

lib/base/configwriter.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void ConfigWriter::EmitFunctionCall(std::ostream& fp, const String& name, const Array::Ptr& arguments)
187{
188 EmitIdentifier(fp, name, false);
189 fp << "(";
190 EmitArrayItems(fp, 0, arguments);
191 fp << ")";
192}
193
194String ConfigWriter::EscapeIcingaString(const String& str)
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected