MCPcopy Create free account
hub / github.com/MihailRis/voxelcore / pointer

Method pointer

src/coders/byte_utils.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204const ubyte* ByteReader::pointer() const {
205 return data + pos;
206}
207
208void ByteReader::skip(size_t n) {
209 pos += n;

Callers 1

fetchInventoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected