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

Function run_hooks_opt_clear

hook.c:665–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665static void run_hooks_opt_clear(struct run_hooks_opt *options)
666{
667 strvec_clear(&options->env);
668 strvec_clear(&options->args);
669}
670
671/*
672 * When running in parallel, stdout must be merged into stderr so

Callers 1

run_hooks_optFunction · 0.85

Calls 1

strvec_clearFunction · 0.85

Tested by

no test coverage detected