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

Method DataPointer

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

Source from the content-addressed store, hash-verified

1311 return method_.code_off_;
1312 }
1313 const uint8_t* DataPointer() const {
1314 return ptr_pos_;
1315 }
1316 const uint8_t* EndDataPointer() const {
1317 CHECK(!HasNext());
1318 return ptr_pos_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected