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

Function print_signature_buffer

gpg-interface.c:690–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690void print_signature_buffer(const struct signature_check *sigc, unsigned flags)
691{
692 const char *output = flags & GPG_VERIFY_RAW ? sigc->gpg_status :
693 sigc->output;
694
695 if (flags & GPG_VERIFY_VERBOSE && sigc->payload)
696 fwrite(sigc->payload, 1, sigc->payload_len, stdout);
697
698 if (output)
699 fputs(output, stderr);
700}
701
702size_t parse_signed_buffer(const char *buf, size_t size)
703{

Callers 2

run_gpg_verifyFunction · 0.85
run_gpg_verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected