Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
Value Table::EmptyArrayAccessor(const Value&)
154
{
155
return new Array();
156
}
157
158
Value Table::EmptyDictionaryAccessor(const Value&)
159
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected