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

Method DataBegin

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

Source from the content-addressed store, hash-verified

937 }
938
939 const uint8_t* DataBegin() const {
940 return data_begin_;
941 }
942
943 size_t DataSize() const {
944 return data_size_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected