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

Method GetCrc32

Bcore/src/main/cpp/dex/dex_file_loader.cc:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 uint32_t GetCrc32() {
94 return zip_entry_->crc32;
95 }
96
97 private:
98 DexZipEntry(ZipArchiveHandle handle,

Callers 1

OpenOneDexFileFromZipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected