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

Method GetNumEntries

Bcore/src/main/cpp/dex/bytecode_utils.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 uint16_t GetNumEntries() const {
42 return num_entries_;
43 }
44
45 void CheckIndex(size_t index) const {
46 if (sparse_) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected