MCPcopy 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
16bool TJsonCallbacks::OnInteger(long long) {
17 return true;
18}
19
20bool TJsonCallbacks::OnUInteger(unsigned long long) {
21 return true;

Callers 2

WriteJsonValueFunction · 0.45
OnInt64ScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected