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

Method Close

deps/FtpClient/FTPClient.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 bool Close()
142 {
143 FILE* pFile = m_pFile;
144 m_pFile = NULL;
145 return pFile && fclose(pFile)==0;
146 }
147
148 bool Seek(long lOffset, TOriginEnum enOrigin)
149 {

Callers 2

CloseControlChannelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected