Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
476
static void abort_object_request(struct object_request *obj_req)
477
{
478
release_object_request(obj_req);
479
}
480
481
static int fetch_object(struct walker *walker, const struct object_id *oid)
482
{
Callers
1
fetch_object
Function · 0.85
Calls
1
release_object_request
Function · 0.85
Tested by
no test coverage detected