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

Function skipspaces

builtin/rev-parse.c:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414static const char *skipspaces(const char *s)
415{
416 while (isspace(*s))
417 s++;
418 return s;
419}
420
421static char *findspace(const char *s)
422{

Callers 1

cmd_parseoptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected