MCPcopy 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
113int Host::GetTotalServices() const
114{
115 return GetServices().size();
116}
117
118Service::Ptr Host::GetServiceByShortName(const Value& name)
119{

Callers 2

TotalServicesAccessorMethod · 0.80
NumServicesAccessorMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected