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

Method ParseMap

library/cpp/yson/parser_detail.h:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void ParseMap() {
71 Consumer->OnBeginMap();
72 ParseMapFragment(EndMapSymbol);
73 TBase::SkipCharToken(EndMapSymbol);
74 Consumer->OnEndMap();
75 }
76
77 void ParseList() {
78 Consumer->OnBeginList();

Callers

nothing calls this directly

Calls 2

OnBeginMapMethod · 0.45
OnEndMapMethod · 0.45

Tested by

no test coverage detected