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

Function finish_object_request

http-walker.c:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static void finish_object_request(struct object_request *obj_req)
85{
86 if (finish_http_object_request(obj_req->req))
87 return;
88
89 if (obj_req->req->rename == 0)
90 walker_say(obj_req->walker, "got %s\n", oid_to_hex(&obj_req->oid));
91}
92
93static void process_object_response(void *callback_data)
94{

Callers 1

process_object_responseFunction · 0.85

Calls 3

walker_sayFunction · 0.85
oid_to_hexFunction · 0.85

Tested by

no test coverage detected