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

Function strip_timestamp

grep.c:925–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static void strip_timestamp(const char *bol, const char **eol_p)
926{
927 const char *eol = *eol_p;
928
929 while (bol < --eol) {
930 if (*eol != '>')
931 continue;
932 *eol_p = ++eol;
933 break;
934 }
935}
936
937static struct {
938 const char *field;

Callers 1

match_one_patternFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected