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

Method Bool

library/cpp/json/json_reader.cpp:514–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 bool Bool(bool b) {
515 return Impl.OnBoolean(b);
516 }
517
518 template <class U>
519 bool ProcessUint(U u) {

Callers

nothing calls this directly

Calls 1

OnBooleanMethod · 0.45

Tested by

no test coverage detected