MCPcopy Create free account
hub / github.com/git/git / closedown_active_slot

Function closedown_active_slot

http.c:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330static void closedown_active_slot(struct active_request_slot *slot)
331{
332 active_requests--;
333 slot->in_use = 0;
334}
335
336static void finish_active_slot(struct active_request_slot *slot)
337{

Callers 2

finish_active_slotFunction · 0.85
release_active_slotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected