Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void FileStream::Close()
41
{
42
if (mFP != NULL)
43
{
44
fclose(mFP);
45
mFP = NULL;
46
}
47
}
48
49
void FileStream::SetCacheSize(int size)
50
{
Callers
nothing calls this directly
Calls
1
BfpFile_Release
Function · 0.50
Tested by
no test coverage detected