MCPcopy 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

ParseMapMethod · 0.45
EndEventMethod · 0.45
WriteArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected