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

Method GetByName

lib/remote/apiaction.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26ApiAction::Ptr ApiAction::GetByName(const String& name)
27{
28 return ApiActionRegistry::GetInstance()->GetItem(name);
29}
30
31void ApiAction::Register(const String& name, const ApiAction::Ptr& action)
32{

Callers

nothing calls this directly

Calls 1

GetItemMethod · 0.80

Tested by

no test coverage detected