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

Function parse_options_dup

parse-options-cb.c:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178struct option *parse_options_dup(const struct option *o)
179{
180 struct option no_options[] = { OPT_END() };
181
182 return parse_options_concat(o, no_options);
183}
184
185struct option *parse_options_concat(const struct option *a,
186 const struct option *b)

Callers 3

cmd_checkoutFunction · 0.85
cmd_switchFunction · 0.85
cmd_restoreFunction · 0.85

Calls 1

parse_options_concatFunction · 0.85

Tested by

no test coverage detected