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

Method ClassReference

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

Source from the content-addressed store, hash-verified

30class ClassReference : public DexFileReference {
31 public:
32 ClassReference(const DexFile* file, uint32_t class_def_idx)
33 : DexFileReference(file, class_def_idx) {}
34
35 uint32_t ClassDefIdx() const {
36 return index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected