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

Function date_midnight

date.c:1156–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156static void date_midnight(struct tm *tm, struct tm *now UNUSED, int *num)
1157{
1158 pending_number(tm, num);
1159 date_time(tm, 0);
1160}
1161
1162static void date_noon(struct tm *tm, struct tm *now UNUSED, int *num)
1163{

Callers

nothing calls this directly

Calls 2

pending_numberFunction · 0.85
date_timeFunction · 0.85

Tested by

no test coverage detected