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

Function commit_graft_pos

commit.c:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202int commit_graft_pos(struct repository *r, const struct object_id *oid)
203{
204 return oid_pos(oid, r->parsed_objects->grafts,
205 r->parsed_objects->grafts_nr,
206 commit_graft_oid_access);
207}
208
209void unparse_commit(struct repository *r, const struct object_id *oid)
210{

Callers 3

unregister_shallowFunction · 0.85
register_commit_graftFunction · 0.85
lookup_commit_graftFunction · 0.85

Calls 1

oid_posFunction · 0.85

Tested by

no test coverage detected