Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CloseControlChannel
Method · 0.45
ExecuteDatachannelCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected