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

Method FetchRows

lib/livestatus/hostgroupstable.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void HostGroupsTable::FetchRows(const AddRowFunction& addRowFn)
58{
59 for (const HostGroup::Ptr& hg : ConfigType::GetObjectsByType<HostGroup>()) {
60 if (!addRowFn(hg, LivestatusGroupByNone, Empty))
61 return;
62 }
63}
64
65Value HostGroupsTable::NameAccessor(const Value& row)
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected