Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBoolean
Method
OnBoolean
library/cpp/json/json_reader.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
bool TParserCallbacks::OnBoolean(bool val) {
83
return SetValue(val);
84
}
85
86
bool TParserCallbacks::OnInteger(long long val) {
87
return SetValue(val);
Callers
1
Bool
Method · 0.45
Calls
1
SetValue
Function · 0.50
Tested by
no test coverage detected