MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetDigit

Method GetDigit

include/rapidjson/internal/biginteger.h:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218 size_t GetCount() const { return count_; }
219 Type GetDigit(size_t index) const { RAPIDJSON_ASSERT(index < count_); return digits_[index]; }
220 bool IsZero() const { return count_ == 1 && digits_[0] == 0; }
221
222private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected