Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ same_value
Function
same_value
trailer.c:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
static int same_value(struct trailer_item *a, struct arg_item *b)
123
{
124
return !strcasecmp(a->value, b->value);
125
}
126
127
static int same_trailer(struct trailer_item *a, struct arg_item *b)
128
{
Callers
1
same_trailer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected