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

Method OpenMap

library/cpp/json/ordered_maps/json_writer_ordered.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void TJsonWriter::OpenMap() {
56 Buf.BeginObject();
57 }
58
59 void TJsonWriter::CloseMap() {
60 Buf.EndObject();

Callers 2

Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

BeginObjectMethod · 0.45

Tested by

no test coverage detected