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

Method EscapeName

lib/remote/configobjectutility.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129String ConfigObjectUtility::EscapeName(const String& name)
130{
131 return Utility::EscapeString(name, "<>:\"/\\|?*", true);
132}
133
134String ConfigObjectUtility::CreateObjectConfig(const Type::Ptr& type, const String& fullName,
135 bool ignoreOnError, const Array::Ptr& templates, const Dictionary::Ptr& attrs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected