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

Method FetchRows

lib/livestatus/endpointstable.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void EndpointsTable::FetchRows(const AddRowFunction& addRowFn)
44{
45 for (const Endpoint::Ptr& endpoint : ConfigType::GetObjectsByType<Endpoint>()) {
46 if (!addRowFn(endpoint, LivestatusGroupByNone, Empty))
47 return;
48 }
49}
50
51Value EndpointsTable::NameAccessor(const Value& row)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected