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

Method OnBytesReceived

deps/FtpClient/FTPClient.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 void COutputStream::OnBytesReceived(const TByteVector& vBuffer, long lReceivedBytes)
276 {
277 std::copy(vBuffer.begin(), vBuffer.begin()+lReceivedBytes, std::back_inserter(m_spPimpl->m_vBuffer));
278 }
279
280 void COutputStream::OnPreBytesSend(char* pszBuffer, size_t bufferSize, size_t& bytesToSend)
281 {

Callers 1

ReceiveDataMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected