| 1871 | } |
| 1872 | |
| 1873 | static int check_multi_string(struct string_list_item *item, void *util) |
| 1874 | { |
| 1875 | return item->string ? 0 : config_error_nonbool(util); |
| 1876 | } |
| 1877 | |
| 1878 | int git_configset_get_string_multi(struct config_set *cs, const char *key, |
| 1879 | const struct string_list **dest) |
nothing calls this directly
no test coverage detected