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

Function option_parse_where

builtin/interpret-trailers.c:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static enum trailer_if_missing if_missing;
27
28static int option_parse_where(const struct option *opt,
29 const char *arg, int unset UNUSED)
30{
31 /* unset implies NULL arg, which is handled in our helper */
32 return trailer_set_where(opt->value, arg);
33}
34
35static int option_parse_if_exists(const struct option *opt,
36 const char *arg, int unset UNUSED)

Callers

nothing calls this directly

Calls 1

trailer_set_whereFunction · 0.85

Tested by

no test coverage detected