MCPcopy 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
197bool FileStream::isOpen() const
198{
199 return m_file!=nullptr || m_archive!=nullptr;
200}
201
202u32 FileStream::readBuffer(void* ptr, u32 size, u32 count)
203{

Callers 3

region_serializeToDiskFunction · 0.45
region_restoreFromDiskFunction · 0.45
logWriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected