Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
const ubyte* ByteReader::pointer() const {
205
return data + pos;
206
}
207
208
void ByteReader::skip(size_t n) {
209
pos += n;
Callers
1
fetchInventories
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected