MCPcopy 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}
711void CURLConnection2::addToMulti()
712{
713 mMulti->addHandle(this);
714 still_running = 1;
715}
716void CURLConnection2::removeFormMulti()
717{
718 if (still_running) {

Callers 2

curl_connectMethod · 0.80
SeekMethod · 0.80

Calls 1

addHandleMethod · 0.80

Tested by

no test coverage detected