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

Function abort_object_request

http-walker.c:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476static void abort_object_request(struct object_request *obj_req)
477{
478 release_object_request(obj_req);
479}
480
481static int fetch_object(struct walker *walker, const struct object_id *oid)
482{

Callers 1

fetch_objectFunction · 0.85

Calls 1

release_object_requestFunction · 0.85

Tested by

no test coverage detected