Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
360
static void xmulti_remove_handle(struct active_request_slot *slot)
361
{
362
curl_multi_remove_handle(curlm, slot->curl);
363
}
364
365
static void process_curl_messages(void)
366
{
Callers
3
process_curl_messages
Function · 0.85
http_cleanup
Function · 0.85
release_active_slot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected