Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
bool DownloadCommand::shouldEnableWriteCheck()
298
{
299
return getSocket()->wantWrite();
300
}
301
302
void DownloadCommand::checkLowestDownloadSpeed() const
303
{
Callers
nothing calls this directly
Calls
1
wantWrite
Method · 0.45
Tested by
no test coverage detected