MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / seekpos

Method seekpos

src/Abyss/FileSystem/CASC.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56CASCStream::pos_type CASCStream::seekpos(pos_type pos, std::ios_base::openmode which) { return seekoff(pos, std::ios_base::beg, which); }
57
58CASCStream::pos_type CASCStream::seekoff(off_type off, std::ios_base::seekdir dir, std::ios_base::openmode) {
59 std::streamsize newPos = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected