MCPcopy Create free account
hub / github.com/aria2/aria2 / wantWrite

Method wantWrite

src/HttpServer.cc:452–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450bool HttpServer::wantRead() const { return socket_->wantRead(); }
451
452bool HttpServer::wantWrite() const { return socket_->wantWrite(); }
453
454} // namespace aria2

Callers 15

executeInternalMethod · 0.45
receiveRequestMethod · 0.45
receiveBodyMethod · 0.45
readMethod · 0.45
executeInternalMethod · 0.45
updateWriteCheckMethod · 0.45
sendMethod · 0.45
executeInternalMethod · 0.45
executeInternalMethod · 0.45
updateWriteCheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected