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

Function parse_options_count

parse-options-cb.c:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169static size_t parse_options_count(const struct option *opt)
170{
171 size_t n = 0;
172
173 for (; opt && opt->type != OPTION_END; opt++)
174 n++;
175 return n;
176}
177
178struct option *parse_options_dup(const struct option *o)
179{

Callers 1

parse_options_concatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected