Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
bool TypeQueryHandler::HandleRequest(
Callers
1
HandleRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected