Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ NoSignature
Method
NoSignature
Bcore/src/main/cpp/dex/dex_file.h:1147–1149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1145
std::string ToString() const;
1146
1147
static Signature NoSignature() {
1148
return Signature();
1149
}
1150
1151
bool IsVoid() const;
1152
uint32_t GetNumberOfParameters() const;
Callers
nothing calls this directly
Calls
1
Signature
Class · 0.85
Tested by
no test coverage detected