MCPcopy Create free account
hub / github.com/beefytech/Beef / Close

Method Close

BeefySysLib/FileStream.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void FileStream::Close()
41{
42 if (mFP != NULL)
43 {
44 fclose(mFP);
45 mFP = NULL;
46 }
47}
48
49void FileStream::SetCacheSize(int size)
50{

Callers

nothing calls this directly

Calls 1

BfpFile_ReleaseFunction · 0.50

Tested by

no test coverage detected