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

Method IsStandardDexFile

Bcore/src/main/cpp/dex/dex_file.h:989–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 return is_compact_dex_;
988 }
989 ALWAYS_INLINE bool IsStandardDexFile() const {
990 return !is_compact_dex_;
991 }
992 ALWAYS_INLINE const StandardDexFile* AsStandardDexFile() const;
993 ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const;
994

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected