Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ skip_alpha
Function
skip_alpha
date.c:447–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
static int skip_alpha(const char *date)
448
{
449
int i = 0;
450
do {
451
i++;
452
} while (isalpha(date[i]));
453
return i;
454
}
455
456
/*
457
* Parse month, weekday, or timezone name
Callers
1
match_alpha
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected