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

Method OnOpenArray

library/cpp/json/ut/json_reader_ut.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 bool OnOpenArray() override {
44 Writer.OpenArray();
45 return true;
46 }
47
48 bool OnCloseArray() override {
49 Writer.CloseArray();

Callers

nothing calls this directly

Calls 1

OpenArrayMethod · 0.45

Tested by

no test coverage detected