MCPcopy 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
133void PrintHandler::null()
134{
135 arrayValue();
136 _out << "null";
137 _objStart = false;
138}
139
140
141void PrintHandler::value(int v)

Callers 1

handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected