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

Function config_to_bundle_list

bundle-uri.c:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static int config_to_bundle_list(const char *key, const char *value,
235 const struct config_context *ctx UNUSED,
236 void *data)
237{
238 struct bundle_list *list = data;
239 return bundle_list_update(key, value, list);
240}
241
242int bundle_uri_parse_config_format(const char *uri,
243 const char *filename,

Callers

nothing calls this directly

Calls 1

bundle_list_updateFunction · 0.85

Tested by

no test coverage detected