MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / ~CASCStream

Method ~CASCStream

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

Source from the content-addressed store, hash-verified

37}
38
39CASCStream::~CASCStream() { CascCloseFile(_file); }
40
41int CASCStream::underflow() {
42 if (gptr() == egptr()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected