Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ HasNext
Method
HasNext
Bcore/src/main/cpp/dex/dex_file.h:1125–1125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1123
}
1124
}
1125
bool HasNext() const { return pos_ < size_; }
1126
size_t Size() const { return size_; }
1127
void Next() { ++pos_; }
1128
dex::TypeIndex GetTypeIdx() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected