Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Signature
Method
Signature
Bcore/src/main/cpp/dex/dex_file.h:1162–1163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1160
1161
private:
1162
Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) {
1163
}
1164
1165
Signature() = default;
1166
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected