| 926 | } |
| 927 | |
| 928 | static char *plugin_opt_flag_check(struct plugin_opt *popt) |
| 929 | { |
| 930 | return plugin_opt_check(popt); |
| 931 | } |
| 932 | |
| 933 | static bool popt_show_default(char *buf, size_t len, |
| 934 | const struct plugin_opt *popt) |
nothing calls this directly
no test coverage detected