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

Function parseopt_push_cas_option

remote.c:2662–2665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2660}
2661
2662int parseopt_push_cas_option(const struct option *opt, const char *arg, int unset)
2663{
2664 return parse_push_cas_option(opt->value, arg, unset);
2665}
2666
2667int is_empty_cas(const struct push_cas_option *cas)
2668{

Callers

nothing calls this directly

Calls 1

parse_push_cas_optionFunction · 0.85

Tested by

no test coverage detected