MCPcopy Index your code
hub / github.com/git/git / parse_options_start

Function parse_options_start

parse-options.c:786–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void parse_options_start(struct parse_opt_ctx_t *ctx,
787 int argc, const char **argv, const char *prefix,
788 const struct option *options,
789 enum parse_opt_flags flags)
790{
791 memset(ctx, 0, sizeof(*ctx));
792 parse_options_start_1(ctx, argc, argv, prefix, options, flags);
793}
794
795static void show_negated_gitcomp(const struct option *opts, int show_all,
796 int nr_noopts)

Callers 3

cmd_blameFunction · 0.85
cmd_update_indexFunction · 0.85
cmd_shortlogFunction · 0.85

Calls 1

parse_options_start_1Function · 0.85

Tested by

no test coverage detected