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

Method EmptyArrayAccessor

lib/livestatus/table.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Value Table::EmptyArrayAccessor(const Value&)
154{
155 return new Array();
156}
157
158Value Table::EmptyDictionaryAccessor(const Value&)
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected