Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ GetEntryAt
Method
GetEntryAt
Bcore/src/main/cpp/dex/bytecode_utils.h:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int32_t GetEntryAt(size_t index) const {
56
CheckIndex(index);
57
return values_[index];
58
}
59
60
uint32_t GetDexPcForIndex(size_t index) const {
61
CheckIndex(index);
Callers
2
CurrentKey
Method · 0.80
CurrentTargetOffset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected