MCPcopy Create free account
hub / github.com/beefytech/Beef / ~SysFileStream

Method ~SysFileStream

BeefySysLib/FileStream.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185SysFileStream::~SysFileStream()
186{
187 if (mFile != NULL)
188 BfpFile_Release(mFile);
189}
190
191bool SysFileStream::Open(const StringImpl& filePath, BfpFileCreateKind createKind, BfpFileCreateFlags createFlags)
192{

Callers

nothing calls this directly

Calls 1

BfpFile_ReleaseFunction · 0.50

Tested by

no test coverage detected