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

Method OnBeginMap

library/cpp/yson/writer.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 void TYsonWriter::OnBeginMap() {
285 BeginCollection(BeginMapToken);
286 }
287
288 void TYsonWriter::OnKeyedItem(TStringBuf key) {
289 CollectionItem(KeyedItemSeparatorToken);

Callers 3

ParseMapMethod · 0.45
BeginEventMethod · 0.45
WriteArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected