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

Method BeginCollection

library/cpp/yson/writer.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void TYsonWriter::BeginCollection(ETokenType beginToken) {
175 Stream->Write(TokenTypeToChar(beginToken));
176 ++Depth;
177 BeforeFirstItem = true;
178 }
179
180 void TYsonWriter::CollectionItem(ETokenType separatorToken) {
181 if (!IsTopLevelFragmentContext()) {

Callers

nothing calls this directly

Calls 2

TokenTypeToCharFunction · 0.85
WriteMethod · 0.45

Tested by

no test coverage detected