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

Method OnCloseMap

library/cpp/yson/json/yson2json_adapter.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 bool TYson2JsonCallbacksAdapter::OnCloseMap() {
77 State_.ContextStack.pop();
78 Impl_->OnEndMap();
79 return true;
80 }
81
82 bool TYson2JsonCallbacksAdapter::OnMapKey(const TStringBuf& val) {
83 Impl_->OnKeyedItem(val);

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
OnEndMapMethod · 0.45

Tested by

no test coverage detected