Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ EmptyStringAccessor
Method
EmptyStringAccessor
lib/livestatus/table.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
Value Table::EmptyStringAccessor(const Value&)
149
{
150
return
""
;
151
}
152
153
Value Table::EmptyArrayAccessor(const Value&)
154
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected