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

Function GetBoolean

library/cpp/json/writer/json_value.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 };
224
225 inline bool GetBoolean(const TJsonValue& jv, size_t index, bool* value) noexcept {
226 return jv[index].GetBoolean(value);
227 }
228
229 inline bool GetInteger(const TJsonValue& jv, size_t index, long long* value) noexcept {
230 return jv[index].GetInteger(value);

Callers

nothing calls this directly

Calls 1

GetBooleanMethod · 0.45

Tested by

no test coverage detected