Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnMapKey
Method
OnMapKey
library/cpp/json/ut/json_reader_fast_ut.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
bool OnMapKey(const TStringBuf& v) override {
142
Events.push_back(TEvent(v, E_KEY));
143
return true;
144
}
145
146
void OnError(size_t, TStringBuf token) override {
147
Events.push_back(TEvent(token, E_ERROR));
Callers
nothing calls this directly
Calls
2
TEvent
Class · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected