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

Method GetPluralName

lib/remote/typequeryhandler.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 String GetPluralName([[maybe_unused]] const String& type) const override
43 {
44 return "types";
45 }
46};
47
48bool TypeQueryHandler::HandleRequest(

Callers 1

HandleRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected