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

Method decreaseStreamConnection

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

Source from the content-addressed store, hash-verified

962void RequestGroup::increaseStreamConnection() { ++numStreamConnection_; }
963
964void RequestGroup::decreaseStreamConnection() { --numStreamConnection_; }
965
966int RequestGroup::getNumConnection() const
967{

Callers 1

~AbstractCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected