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

Method BeginList

library/cpp/json/writer/json.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

TValueContextClass · 0.70

Tested by

no test coverage detected