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

Method PrettyMethod

Bcore/src/main/cpp/dex/method_reference.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 public:
30 MethodReference(const DexFile* file, uint32_t index) : DexFileReference(file, index) {}
31 std::string PrettyMethod(bool with_signature = true) const {
32 return dex_file->PrettyMethod(index, with_signature);
33 }
34 const DexFile::MethodId& GetMethodId() const {
35 return dex_file->GetMethodId(index);
36 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected