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

Method decreaseStreamCommand

src/RequestGroup.cc:960–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958void RequestGroup::increaseStreamCommand() { ++numStreamCommand_; }
959
960void RequestGroup::decreaseStreamCommand() { --numStreamCommand_; }
961
962void RequestGroup::increaseStreamConnection() { ++numStreamConnection_; }
963

Callers 2

~AbstractCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected