MCPcopy 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}
722void CURLConnection2::deleteFormMulti()
723{
724 mMulti->deleteHandle(this);
725}
726void CURLConnection2::disableListener()
727{
728 std::lock_guard<std::mutex> lock(mCurlCbMutex);

Callers 3

closeConnectionsMethod · 0.80
SeekMethod · 0.80

Calls 1

deleteHandleMethod · 0.80

Tested by

no test coverage detected