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

Method HasNext

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

Source from the content-addressed store, hash-verified

1385 EncodedArrayValueIterator(const DexFile& dex_file, const uint8_t* array_data);
1386
1387 bool HasNext() const { return pos_ < array_size_; }
1388
1389 void Next();
1390

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected