| 2660 | } |
| 2661 | |
| 2662 | int 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 | |
| 2667 | int is_empty_cas(const struct push_cas_option *cas) |
| 2668 | { |
nothing calls this directly
no test coverage detected