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

Method getDataPtr

Bcore/src/main/cpp/utils/FileMap.h:79–79  ·  view source on GitHub ↗

* Get a pointer to the piece of the file we requested. */

Source from the content-addressed store, hash-verified

77 * Get a pointer to the piece of the file we requested.
78 */
79 void* getDataPtr(void) const { return mDataPtr; }
80
81 /*
82 * Get the length we requested.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected