Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ isOpen
Method
isOpen
TheForceEngine/TFE_FileSystem/filestream.cpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
bool FileStream::isOpen() const
198
{
199
return m_file!=nullptr || m_archive!=nullptr;
200
}
201
202
u32 FileStream::readBuffer(void* ptr, u32 size, u32 count)
203
{
Callers
3
region_serializeToDisk
Function · 0.45
region_restoreFromDisk
Function · 0.45
logWrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected