Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Seek
Method
Seek
BeefySysLib/FileStream.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void FileStream::Seek(int size)
63
{
64
if (mCacheBuffer != NULL)
65
mVFilePos += size;
66
else
67
fseek(mFP, size, SEEK_CUR);
68
}
69
70
void FileStream::SetPos(int pos)
71
{
Callers
nothing calls this directly
Calls
1
BfpFile_Seek
Function · 0.50
Tested by
no test coverage detected