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

Method ClassDefIdx

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

Source from the content-addressed store, hash-verified

33 : DexFileReference(file, class_def_idx) {}
34
35 uint32_t ClassDefIdx() const {
36 return index;
37 }
38};
39
40} // namespace art_lkchan

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected