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

Method OnBytesReceived

deps/FtpClient/FTPClient.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 virtual void OnBytesReceived(const TByteVector& vBuffer, long lReceivedBytes) override
198 {
199 Write(&(*vBuffer.begin()), sizeof(TByteVector::value_type), lReceivedBytes);
200 }
201
202 virtual void OnPreBytesSend(char* pszBuffer, size_t bufferSize, size_t& bytesToSend) override
203 {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected