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

Function sync_submodule_cb

builtin/submodule--helper.c:1522–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520}
1521
1522static void sync_submodule_cb(const struct cache_entry *list_item, void *cb_data)
1523{
1524 struct sync_cb *info = cb_data;
1525
1526 sync_submodule(list_item->name, info->prefix, info->super_prefix,
1527 info->flags);
1528}
1529
1530static int module_sync(int argc, const char **argv, const char *prefix,
1531 struct repository *repo UNUSED)

Callers

nothing calls this directly

Calls 1

sync_submoduleFunction · 0.85

Tested by

no test coverage detected