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

Method IsLast

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

Source from the content-addressed store, hash-verified

111
112 bool Done() const { return index_ >= num_entries_; }
113 bool IsLast() const { return index_ == num_entries_ - 1; }
114
115 void Advance() {
116 DCHECK(!Done());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected