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