Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseNode
Method · 0.45
Calls
2
TokenTypeToChar
Function · 0.85
Write
Method · 0.45
Tested by
no test coverage detected