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

Function same_trailer

trailer.c:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static int same_trailer(struct trailer_item *a, struct arg_item *b)
128{
129 return same_token(a, b) && same_value(a, b);
130}
131
132static inline int is_blank_line(const char *str)
133{

Callers 1

check_if_differentFunction · 0.85

Calls 2

same_tokenFunction · 0.85
same_valueFunction · 0.85

Tested by

no test coverage detected