MCPcopy 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
12bool TJsonCallbacks::OnBoolean(bool) {
13 return true;
14}
15
16bool TJsonCallbacks::OnInteger(long long) {
17 return true;

Callers 2

WriteJsonValueFunction · 0.45
OnBooleanScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected