Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ null
Method
null
base/poco/JSON/src/PrintHandler.cpp:133–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
132
133
void PrintHandler::null()
134
{
135
arrayValue();
136
_out <<
"null"
;
137
_objStart = false;
138
}
139
140
141
void PrintHandler::value(int v)
Callers
1
handle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected