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

Method OnError

library/cpp/json/ut/json_reader_fast_ut.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void OnError(size_t, TStringBuf token) override {
147 Events.push_back(TEvent(token, E_ERROR));
148 }
149
150 void Assert(const TEvents& e, TString str) {
151 try {

Callers

nothing calls this directly

Calls 2

TEventClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected