MCPcopy 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
122static int same_value(struct trailer_item *a, struct arg_item *b)
123{
124 return !strcasecmp(a->value, b->value);
125}
126
127static int same_trailer(struct trailer_item *a, struct arg_item *b)
128{

Callers 1

same_trailerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected