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

Method OnEntity

library/cpp/yson/writer.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void TYsonWriter::OnEntity() {
267 Stream->Write(TokenTypeToChar(EntityToken));
268 EndNode();
269 }
270
271 void TYsonWriter::OnBeginList() {
272 BeginCollection(BeginListToken);

Callers 1

ParseNodeMethod · 0.45

Calls 2

TokenTypeToCharFunction · 0.85
WriteMethod · 0.45

Tested by

no test coverage detected