Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ addToMulti
Method
addToMulti
framework/data_source/curl/CURLConnection2.cpp:711–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
// mNeedPause = pause;
710
}
711
void CURLConnection2::addToMulti()
712
{
713
mMulti->addHandle(this);
714
still_running = 1;
715
}
716
void CURLConnection2::removeFormMulti()
717
{
718
if (still_running) {
Callers
2
curl_connect
Method · 0.80
Seek
Method · 0.80
Calls
1
addHandle
Method · 0.80
Tested by
no test coverage detected