Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
ApiAction::Ptr ApiAction::GetByName(const String& name)
27
{
28
return ApiActionRegistry::GetInstance()->GetItem(name);
29
}
30
31
void ApiAction::Register(const String& name, const ApiAction::Ptr& action)
32
{
Callers
nothing calls this directly
Calls
1
GetItem
Method · 0.80
Tested by
no test coverage detected