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

Method OnString

library/cpp/json/ut/json_reader_fast_ut.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool OnString(const TStringBuf& v) override {
137 Events.push_back(TEvent(v, E_STR));
138 return true;
139 }
140
141 bool OnMapKey(const TStringBuf& v) override {
142 Events.push_back(TEvent(v, E_KEY));

Callers

nothing calls this directly

Calls 2

TEventClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected