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

Function option_parse_if_missing

builtin/interpret-trailers.c:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static int option_parse_if_missing(const struct option *opt,
43 const char *arg, int unset UNUSED)
44{
45 /* unset implies NULL arg, which is handled in our helper */
46 return trailer_set_if_missing(opt->value, arg);
47}
48
49static void new_trailers_clear(struct list_head *trailers)
50{

Callers

nothing calls this directly

Calls 1

trailer_set_if_missingFunction · 0.85

Tested by

no test coverage detected