Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
CASCStream::~CASCStream() { CascCloseFile(_file); }
40
41
int CASCStream::underflow() {
42
if (gptr() == egptr()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected