MCPcopy Create free account
hub / github.com/JRickey/BattleShip / GetPointer

Method GetPointer

port/resource/RelocFile.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "RelocFile.h"
2
3void* RelocFile::GetPointer() {
4 return Data.data();
5}
6
7size_t RelocFile::GetPointerSize() {
8 return Data.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected