MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Done

Method Done

Bcore/src/main/cpp/dex/bytecode_utils.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 index_(0u) {}
111
112 bool Done() const { return index_ >= num_entries_; }
113 bool IsLast() const { return index_ == num_entries_ - 1; }
114
115 void Advance() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected