MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / Seek

Method Seek

deps/FtpClient/FTPClient.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 bool Seek(long lOffset, TOriginEnum enOrigin)
149 {
150 return m_pFile && fseek(m_pFile, lOffset, enOrigin)==0;
151 }
152
153 long Tell()
154 {

Callers 1

DownloadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected