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

Function findspace

builtin/rev-parse.c:421–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421static char *findspace(const char *s)
422{
423 for (; *s; s++)
424 if (isspace(*s))
425 return (char*)s;
426 return NULL;
427}
428
429static int cmd_parseopt(int argc, const char **argv, const char *prefix)
430{

Callers 1

cmd_parseoptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected