Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
int valid_signature_format(const char *format)
154
{
155
return (!!get_format_by_name(format) ||
156
!strcmp(format,
"unknown"
));
157
}
158
159
void signature_check_clear(struct signature_check *sigc)
160
{
Callers
1
parse_one_signature
Function · 0.85
Calls
1
get_format_by_name
Function · 0.85
Tested by
no test coverage detected