MCPcopy Create free account
hub / github.com/catboost/catboost / OnUInteger

Method OnUInteger

library/cpp/json/common/defs.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool TJsonCallbacks::OnUInteger(unsigned long long) {
21 return true;
22}
23
24bool TJsonCallbacks::OnDouble(double) {
25 return true;

Callers 2

WriteJsonValueFunction · 0.45
OnUint64ScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected