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

Method At

Bcore/src/main/cpp/dex/compact_dex_file.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 class Header : public DexFile::Header {
37 public:
38 static const Header* At(const void* at) {
39 return reinterpret_cast<const Header*>(at);
40 }
41
42 uint32_t GetFeatureFlags() const {
43 return feature_flags_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected