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

Method OpenArray

library/cpp/json/ordered_maps/json_writer_ordered.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void TJsonWriter::OpenArray() {
64 Buf.BeginList();
65 }
66
67 void TJsonWriter::CloseArray() {
68 Buf.EndList();

Callers 6

Y_UNIT_TESTFunction · 0.45
OnOpenArrayMethod · 0.45
OnOpenMapMethod · 0.45
Y_UNIT_TESTFunction · 0.45
OnOpenArrayMethod · 0.45
OnOpenMapMethod · 0.45

Calls 1

BeginListMethod · 0.45

Tested by

no test coverage detected