Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ bufferEmpty
Method
bufferEmpty
src/SocketRecvBuffer.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
size_t getBufferLength() const { return last_ - pos_; }
68
69
bool bufferEmpty() const { return pos_ == last_; }
70
71
private:
72
std::array<unsigned char, 16_k> buf_;
Callers
11
receiveRequest
Method · 0.80
receiveBody
Method · 0.80
executeInternal
Method · 0.80
executeInternal
Method · 0.80
checkSocketRecvBuffer
Method · 0.80
execute
Method · 0.80
shouldProcess
Method · 0.80
checkSocketRecvBuffer
Method · 0.80
HttpServerBodyCommand
Method · 0.80
execute
Method · 0.80
receiveResponse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected