Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ GetStringData
Method
GetStringData
Bcore/src/main/cpp/dex/string_reference.h:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
const char* GetStringData() const {
42
return dex_file->GetStringData(dex_file->GetStringId(StringIndex()));
43
}
44
};
45
46
// Compare the actual referenced string values. Used for string reference deduplication.
Callers
1
operator()
Method · 0.45
Calls
1
StringIndex
Class · 0.85
Tested by
no test coverage detected