| 97 | } |
| 98 | |
| 99 | void 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 | |
| 107 | Value StatusTable::ConnectionsAccessor(const Value&) |
| 108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected