Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ SetPos
Method
SetPos
BeefySysLib/FileStream.cpp:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void FileStream::SetPos(int pos)
71
{
72
if (mCacheBuffer != NULL)
73
mVFilePos = pos;
74
else
75
fseek(mFP, pos, SEEK_SET);
76
}
77
78
bool FileStream::Eof()
79
{
Callers
nothing calls this directly
Calls
1
BfpFile_Seek
Function · 0.50
Tested by
no test coverage detected