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

Method shouldEnableWriteCheck

src/DownloadCommand.cc:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool DownloadCommand::shouldEnableWriteCheck()
298{
299 return getSocket()->wantWrite();
300}
301
302void DownloadCommand::checkLowestDownloadSpeed() const
303{

Callers

nothing calls this directly

Calls 1

wantWriteMethod · 0.45

Tested by

no test coverage detected