MCPcopy Create free account
hub / github.com/git/git / signature_check_clear

Function signature_check_clear

gpg-interface.c:159–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void signature_check_clear(struct signature_check *sigc)
160{
161 FREE_AND_NULL(sigc->payload);
162 FREE_AND_NULL(sigc->output);
163 FREE_AND_NULL(sigc->gpg_status);
164 FREE_AND_NULL(sigc->signer);
165 FREE_AND_NULL(sigc->key);
166 FREE_AND_NULL(sigc->fingerprint);
167 FREE_AND_NULL(sigc->primary_key_fingerprint);
168}
169
170/* An exclusive status -- only one of them can appear in output */
171#define GPG_STATUS_EXCLUSIVE (1<<0)

Callers 10

run_gpg_verifyFunction · 0.85
grab_signatureFunction · 0.85
fmt_merge_msg_sigsFunction · 0.85
show_signatureFunction · 0.85
show_one_mergetagFunction · 0.85
verify_merge_signatureFunction · 0.85
run_gpg_verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected