Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
962
void RequestGroup::increaseStreamConnection() { ++numStreamConnection_; }
963
964
void RequestGroup::decreaseStreamConnection() { --numStreamConnection_; }
965
966
int RequestGroup::getNumConnection() const
967
{
Callers
1
~AbstractCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected