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

Method Write

deps/FtpClient/FTPClient.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 size_t Write(const void* pBuffer, size_t itemSize, size_t itemCount)
161 {
162 if( !m_pFile )
163 return 0;
164 return fwrite(pBuffer, itemSize, itemCount, m_pFile);
165 }
166
167 size_t Read(void* pBuffer, size_t itemSize, size_t itemCount)
168 {

Callers 2

SendDataMethod · 0.45
SendCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected