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

Method EndEvent

library/cpp/chromium_trace/json.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void TJsonTraceConsumer::EndEvent(const TEventArgs* args) {
89 if (args) {
90 WriteArgs(*args);
91 }
92 Json.EndObject().UnsafeWriteRawBytes(TStringBuf("\n"));
93}
94
95void TJsonTraceConsumer::WriteArgs(const TEventArgs& args) {
96 struct TWriteArg {

Callers

nothing calls this directly

Calls 2

UnsafeWriteRawBytesMethod · 0.45
EndObjectMethod · 0.45

Tested by

no test coverage detected