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

Function valid_signature_format

gpg-interface.c:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153int valid_signature_format(const char *format)
154{
155 return (!!get_format_by_name(format) ||
156 !strcmp(format, "unknown"));
157}
158
159void signature_check_clear(struct signature_check *sigc)
160{

Callers 1

parse_one_signatureFunction · 0.85

Calls 1

get_format_by_nameFunction · 0.85

Tested by

no test coverage detected