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

Function date_tea

date.c:1168–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168static void date_tea(struct tm *tm, struct tm *now UNUSED, int *num)
1169{
1170 pending_number(tm, num);
1171 date_time(tm, 17);
1172}
1173
1174static void date_pm(struct tm *tm, struct tm *now UNUSED, int *num)
1175{

Callers

nothing calls this directly

Calls 2

pending_numberFunction · 0.85
date_timeFunction · 0.85

Tested by

no test coverage detected