MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / key

Method key

base/poco/JSON/src/PrintHandler.cpp:119–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119void PrintHandler::key(const std::string& k)
120{
121 if (!_objStart) comma();
122
123 _objStart = true;
124
125 _out << _tab;
126 Stringifier::formatString(k, _out, _options);
127 if (!printFlat()) _out << ' ';
128 _out << ':';
129 if (!printFlat()) _out << ' ';
130}
131
132
133void PrintHandler::null()

Callers 15

handleObjectMethod · 0.45
onUpdateMethod · 0.45
onAddMethod · 0.45
onIsValidMethod · 0.45
onAddMethod · 0.45
onIsValidMethod · 0.45
onAddMethod · 0.45
onIsValidMethod · 0.45
onAddMethod · 0.45
onIsValidMethod · 0.45

Calls 1

formatStringFunction · 0.85

Tested by

no test coverage detected