MCPcopy Create free account
hub / github.com/audacity/audacity / getBytesAvailable

Method getBytesAvailable

libraries/lib-network-manager/curl/CurlResponse.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205uint64_t CurlResponse::getBytesAvailable () const noexcept
206{
207 std::lock_guard<std::mutex> lock (mDataBufferMutex);
208 return mDataBuffer.size ();
209}
210
211uint64_t CurlResponse::readData (void* buffer, uint64_t maxBytesCount)
212{

Callers 6

DownloadAvatarMethod · 0.45
DownloadAudioMethod · 0.45
DownloadBlobMethod · 0.45
ReadResponseDataFunction · 0.45
StartDownloadMethod · 0.45
UpdateManager.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected