Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetTotalServices
Method
GetTotalServices
lib/icinga/host.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
int Host::GetTotalServices() const
114
{
115
return GetServices().size();
116
}
117
118
Service::Ptr Host::GetServiceByShortName(const Value& name)
119
{
Callers
2
TotalServicesAccessor
Method · 0.80
NumServicesAccessor
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected