| 843 | } |
| 844 | |
| 845 | static void status_submodule_cb(const struct cache_entry *list_item, |
| 846 | void *cb_data) |
| 847 | { |
| 848 | struct status_cb *info = cb_data; |
| 849 | |
| 850 | status_submodule(list_item->name, &list_item->oid, list_item->ce_flags, |
| 851 | info->prefix, info->super_prefix, info->flags); |
| 852 | } |
| 853 | |
| 854 | static int module_status(int argc, const char **argv, const char *prefix, |
| 855 | struct repository *repo UNUSED) |
nothing calls this directly
no test coverage detected