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

Method shouldEnableWriteCheck

src/SftpDownloadCommand.cc:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool SftpDownloadCommand::shouldEnableWriteCheck()
100{
101 return getSocket()->wantWrite() || !getSocket()->wantRead();
102}
103
104} // namespace aria2

Callers

nothing calls this directly

Calls 2

wantWriteMethod · 0.45
wantReadMethod · 0.45

Tested by

no test coverage detected