MCPcopy Index your code
hub / github.com/git/git / changed_submodule_data_clear

Function changed_submodule_data_clear

submodule.c:825–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823};
824
825static void changed_submodule_data_clear(struct changed_submodule_data *cs_data)
826{
827 oid_array_clear(&cs_data->new_commits);
828 free(cs_data->path);
829}
830
831static void collect_changed_submodules_cb(struct diff_queue_struct *q,
832 struct diff_options *options UNUSED,

Callers 2

free_submodules_dataFunction · 0.85

Calls 1

oid_array_clearFunction · 0.85

Tested by

no test coverage detected