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

Method OpenArray

library/cpp/json/json_writer.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 void OpenArray();
75 void OpenArray(const TStringBuf& key) {
76 Buf.WriteKey(key);
77 OpenArray();
78 }
79 void CloseArray();
80
81 void WriteNull();

Callers

nothing calls this directly

Calls 2

OpenArrayFunction · 0.85
WriteKeyMethod · 0.45

Tested by

no test coverage detected