MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / removeFormMulti

Method removeFormMulti

framework/data_source/curl/CURLConnection2.cpp:716–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 still_running = 1;
715}
716void CURLConnection2::removeFormMulti()
717{
718 if (still_running) {
719 mMulti->removeHandle(this);
720 }
721}
722void CURLConnection2::deleteFormMulti()
723{
724 mMulti->deleteHandle(this);

Callers 2

SeekMethod · 0.80

Calls 1

removeHandleMethod · 0.80

Tested by

no test coverage detected