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

Method CloseMap

library/cpp/json/json_writer.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void TJsonWriter::CloseMap() {
60 Buf.EndObject();
61 }
62
63 void TJsonWriter::OpenArray() {
64 Buf.BeginList();

Callers 5

EnterNodeMethod · 0.45
LeaveNodeMethod · 0.45
OnEndMapMethod · 0.45
OnEndAttributesMethod · 0.45
AddEntryToCoreSearchFileFunction · 0.45

Calls 1

EndObjectMethod · 0.45

Tested by

no test coverage detected