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

Function location_options_release

builtin/config.c:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011static void location_options_release(struct config_location_options *opts)
1012{
1013 free(opts->file_to_free);
1014}
1015
1016static void display_options_init(struct config_display_options *opts)
1017{

Callers 8

cmd_config_listFunction · 0.85
cmd_config_getFunction · 0.85
cmd_config_setFunction · 0.85
cmd_config_unsetFunction · 0.85
cmd_config_editFunction · 0.85
cmd_config_actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected