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

Method GetPluralName

lib/remote/filterutility.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182String ConfigObjectTargetProvider::GetPluralName(const String& type) const
183{
184 return Type::GetByName(type)->GetPluralName();
185}
186
187bool FilterUtility::EvaluateFilter(ScriptFrame& frame, Expression *filter,
188 const Object::Ptr& target, const String& variableName)

Callers 3

TypeFromPluralNameMethod · 0.45
GetFilterTargetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected