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

Method disableWriteCheckSocket

src/AbstractCommand.cc:575–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void AbstractCommand::disableWriteCheckSocket()
576{
577 if (!checkSocketIsWritable_) {
578 return;
579 }
580 e_->deleteSocketForWriteCheck(writeCheckTarget_, this);
581 checkSocketIsWritable_ = false;
582 writeCheckTarget_.reset();
583}
584
585void AbstractCommand::setWriteCheckSocket(
586 const std::shared_ptr<SocketCore>& socket)

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45

Tested by

no test coverage detected