Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBoolean
Method
OnBoolean
library/cpp/json/ut/json_reader_fast_ut.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool OnBoolean(bool v) override {
118
Events.push_back(TEvent((i64)v, E_BOOL));
119
return true;
120
}
121
122
bool OnInteger(long long v) override {
123
Events.push_back(TEvent((i64)v, E_INT));
Callers
nothing calls this directly
Calls
2
TEvent
Class · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected