Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ skip
Method
skip
src/Abyss/Streams/StreamReader.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void StreamReader::skip(int64_t numBytes) {
65
_inputStream.ignore(numBytes);
66
}
67
68
void StreamReader::seek(int64_t numBytes) {
69
_inputStream.seekg(numBytes, std::ios_base::beg);
Callers
2
DT1
Method · 0.80
DS1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected