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

Method OnInteger

library/cpp/json/ut/json_reader_fast_ut.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 bool OnInteger(long long v) override {
123 Events.push_back(TEvent((i64)v, E_INT));
124 return true;
125 }
126
127 bool OnUInteger(unsigned long long v) override {
128 return OnInteger(v);

Callers

nothing calls this directly

Calls 2

TEventClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected