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

Function GetBoolean

library/cpp/json/ordered_maps/json_value_ordered.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 };
231
232 inline bool GetBoolean(const TJsonValue& jv, size_t index, bool* value) noexcept {
233 return jv[index].GetBoolean(value);
234 }
235
236 inline bool GetInteger(const TJsonValue& jv, size_t index, long long* value) noexcept {
237 return jv[index].GetInteger(value);

Callers

nothing calls this directly

Calls 1

GetBooleanMethod · 0.45

Tested by

no test coverage detected