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

Function update_data_release

builtin/submodule--helper.c:2228–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226}
2227
2228static void update_data_release(struct update_data *ud)
2229{
2230 free(ud->displaypath);
2231 submodule_update_strategy_release(&ud->update_strategy);
2232 module_list_release(&ud->list);
2233}
2234
2235static void next_submodule_warn_missing(struct submodule_update_clone *suc,
2236 struct strbuf *out, const char *displaypath)

Callers 1

module_updateFunction · 0.85

Calls 2

module_list_releaseFunction · 0.85

Tested by

no test coverage detected