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

Method OnCloseMap

library/cpp/json/json_prettifier.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 bool OnCloseMap() override {
242 if (!OnClose('{')) {
243 return false;
244 }
245 Out.Write("}");
246 AfterVal();
247 return true;
248 }
249
250 bool OnCloseArray() override {
251 if (!OnClose('[')) {

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected