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

Method OnDouble

library/cpp/json/ut/json_reader_fast_ut.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 bool OnDouble(double v) override {
132 Events.push_back(TEvent(v, E_FLT));
133 return true;
134 }
135
136 bool OnString(const TStringBuf& v) override {
137 Events.push_back(TEvent(v, E_STR));

Callers

nothing calls this directly

Calls 2

TEventClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected