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

Function is_date_known

date.c:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571static int is_date_known(struct tm *tm)
572{
573 return tm->tm_year != -1 && tm->tm_mon != -1 && tm->tm_mday != -1;
574}
575
576static int match_multi_number(timestamp_t num, char c, const char *date,
577 char *end, struct tm *tm, time_t now)

Callers 1

match_multi_numberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected