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

Method GetPos

BeefySysLib/FileStream.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153int FileStream::GetPos()
154{
155 if (mCacheBuffer != NULL)
156 return mVFilePos;
157 return (int)ftell(mFP);
158}
159
160//////////////////////////////////////////////////////////////////////////
161

Callers

nothing calls this directly

Calls 1

BfpFile_SeekFunction · 0.50

Tested by

no test coverage detected