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

Method Tell

deps/FtpClient/FTPClient.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 long Tell()
154 {
155 if( !m_pFile )
156 return -1L;
157 return ftell(m_pFile);
158 }
159
160 size_t Write(const void* pBuffer, size_t itemSize, size_t itemCount)
161 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected