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

Function has_commit_patch_id

patch-ids.c:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int has_commit_patch_id(struct commit *commit,
122 struct patch_ids *ids)
123{
124 return !!patch_id_iter_first(commit, ids);
125}
126
127struct patch_id *add_commit_patch_id(struct commit *commit,
128 struct patch_ids *ids)

Callers 2

cmd_format_patchFunction · 0.85
cmd_cherryFunction · 0.85

Calls 1

patch_id_iter_firstFunction · 0.85

Tested by

no test coverage detected