Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ deleteFormMulti
Method
deleteFormMulti
framework/data_source/curl/CURLConnection2.cpp:722–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
720
}
721
}
722
void CURLConnection2::deleteFormMulti()
723
{
724
mMulti->deleteHandle(this);
725
}
726
void CURLConnection2::disableListener()
727
{
728
std::lock_guard<std::mutex> lock(mCurlCbMutex);
Callers
3
closeConnections
Method · 0.80
Seek
Method · 0.80
TrySeekByNewConnection
Method · 0.80
Calls
1
deleteHandle
Method · 0.80
Tested by
no test coverage detected