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

Method GetCount

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

Source from the content-addressed store, hash-verified

216 }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected