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

Function get_signature_format

gpg-interface.c:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147const char *get_signature_format(const char *buf)
148{
149 struct gpg_format *format = get_format_by_sig(buf);
150 return format ? format->name : "unknown";
151}
152
153int valid_signature_format(const char *format)
154{

Callers 1

print_signatureFunction · 0.85

Calls 1

get_format_by_sigFunction · 0.85

Tested by

no test coverage detected