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

Method BeginList

library/cpp/json/ordered_maps/json_ordered.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 TValueContext TBuf::BeginList() {
151 BeginValue();
152 RawWriteChar('[');
153 NeedNewline = true;
154 StackPush(JE_LIST);
155 NeedComma = false;
156 return TValueContext(*this);
157 }
158
159 TPairContext TBuf::BeginObject() {
160 BeginValue();

Callers

nothing calls this directly

Calls 1

TValueContextClass · 0.70

Tested by

no test coverage detected