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

Method OpenMap

library/cpp/json/json_writer.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 void OpenMap();
68 void OpenMap(const TStringBuf& key) {
69 Buf.WriteKey(key);
70 OpenMap();
71 }
72 void CloseMap();
73
74 void OpenArray();

Callers

nothing calls this directly

Calls 2

OpenMapFunction · 0.85
WriteKeyMethod · 0.45

Tested by

no test coverage detected