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

Function skip_spaces

remote.c:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326#ifndef WITH_BREAKING_CHANGES
327static const char *skip_spaces(const char *s)
328{
329 while (isspace(*s))
330 s++;
331 return s;
332}
333
334static void warn_about_deprecated_remote_type(const char *type,
335 const struct remote *remote)

Callers 1

read_remotes_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected