Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBoolean
Method
OnBoolean
library/cpp/json/common/defs.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool TJsonCallbacks::OnBoolean(bool) {
13
return true;
14
}
15
16
bool TJsonCallbacks::OnInteger(long long) {
17
return true;
Callers
2
WriteJsonValue
Function · 0.45
OnBooleanScalar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected