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

Method GetMethodShorty

Bcore/src/main/cpp/dex/dex_file-inl.h:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109inline const char* DexFile::GetMethodShorty(uint32_t idx) const {
110 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
111}
112
113inline const char* DexFile::GetMethodShorty(const MethodId& method_id) const {
114 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected