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

Method OpenMap

library/cpp/json/json_writer.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 4

EnterNodeMethod · 0.45
OnBeginMapMethod · 0.45
OnBeginAttributesMethod · 0.45
AddEntryToCoreSearchFileFunction · 0.45

Calls 1

BeginObjectMethod · 0.45

Tested by

no test coverage detected