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

Function date_noon

date.c:1162–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162static void date_noon(struct tm *tm, struct tm *now UNUSED, int *num)
1163{
1164 pending_number(tm, num);
1165 date_time(tm, 12);
1166}
1167
1168static void date_tea(struct tm *tm, struct tm *now UNUSED, int *num)
1169{

Callers

nothing calls this directly

Calls 2

pending_numberFunction · 0.85
date_timeFunction · 0.85

Tested by

no test coverage detected