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

Method StringIndex

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

Source from the content-addressed store, hash-verified

35 : DexFileReference(file, index.index_) {}
36
37 dex::StringIndex StringIndex() const {
38 return dex::StringIndex(index);
39 }
40
41 const char* GetStringData() const {
42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex()));

Callers

nothing calls this directly

Calls 1

StringIndexClass · 0.85

Tested by

no test coverage detected