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

Method EndEvent

library/cpp/chromium_trace/yson.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void TYsonTraceConsumer::EndEvent(const TEventArgs* args) {
122 if (args) {
123 WriteArgs(*args);
124 }
125 Yson.OnEndMap();
126}
127
128void TYsonTraceConsumer::WriteArgs(const TEventArgs& args) {
129 Yson.OnKeyedItem(TStringBuf("args"));

Callers

nothing calls this directly

Calls 1

OnEndMapMethod · 0.45

Tested by

no test coverage detected