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

Method OnOpenMap

library/cpp/json/ut/json_reader_ut.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool OnOpenMap() override {
54 Writer.OpenArray();
55 return true;
56 }
57
58 bool OnCloseMap() override {
59 Writer.CloseArray();

Callers

nothing calls this directly

Calls 1

OpenArrayMethod · 0.45

Tested by

no test coverage detected