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

Method FetchRows

lib/livestatus/statustable.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void StatusTable::FetchRows(const AddRowFunction& addRowFn)
100{
101 Object::Ptr obj = new Object();
102
103 /* Return a fake row. */
104 addRowFn(obj, LivestatusGroupByNone, Empty);
105}
106
107Value StatusTable::ConnectionsAccessor(const Value&)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected