MCPcopy Create free account
hub / github.com/catboost/catboost / OnMapKey

Method OnMapKey

library/cpp/json/json_prettifier.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 bool OnMapKey(const TStringBuf& k) override {
217 OnVal();
218 WriteString(k);
219 WriteSpace(' ');
220 Out.Hold(':');
221 return true;
222 }
223
224 bool OnClose(char c) {
225 if (!Level) {

Callers

nothing calls this directly

Calls 2

HoldMethod · 0.80
WriteStringFunction · 0.50

Tested by

no test coverage detected