Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnEndMap
Method
OnEndMap
library/cpp/yson/writer.cpp:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void TYsonWriter::OnEndMap() {
305
EndCollection(EndMapToken);
306
EndNode();
307
}
308
309
void TYsonWriter::OnBeginAttributes() {
310
BeginCollection(BeginAttributesToken);
Callers
3
ParseMap
Method · 0.45
EndEvent
Method · 0.45
WriteArgs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected