MCPcopy Index your code
hub / github.com/git/git / xmulti_remove_handle

Function xmulti_remove_handle

http.c:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360static void xmulti_remove_handle(struct active_request_slot *slot)
361{
362 curl_multi_remove_handle(curlm, slot->curl);
363}
364
365static void process_curl_messages(void)
366{

Callers 3

process_curl_messagesFunction · 0.85
http_cleanupFunction · 0.85
release_active_slotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected