MCPcopy Index your code
hub / github.com/git/git / skip_slashes

Function skip_slashes

path.c:1114–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112 */
1113
1114static const char *skip_slashes(const char *p)
1115{
1116 while (is_dir_sep(*p))
1117 p++;
1118 return p;
1119}
1120
1121int normalize_path_copy_len(char *dst, const char *src, int *prefix_len)
1122{

Callers 1

normalize_path_copy_lenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected