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

Method FetchRows

lib/livestatus/servicegroupstable.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ServiceGroupsTable::FetchRows(const AddRowFunction& addRowFn)
49{
50 for (const ServiceGroup::Ptr& sg : ConfigType::GetObjectsByType<ServiceGroup>()) {
51 if (!addRowFn(sg, LivestatusGroupByNone, Empty))
52 return;
53 }
54}
55
56Value ServiceGroupsTable::NameAccessor(const Value& row)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected