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

Function bitmap_preferred_tips

pack-bitmap.c:3316–3323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3314}
3315
3316static const struct string_list *bitmap_preferred_tips(struct repository *r)
3317{
3318 const struct string_list *dest;
3319
3320 if (!repo_config_get_string_multi(r, "pack.preferbitmaptips", &dest))
3321 return dest;
3322 return NULL;
3323}
3324
3325void for_each_preferred_bitmap_tip(struct repository *repo,
3326 refs_for_each_cb cb, void *cb_data)

Callers 2

Calls 1

Tested by

no test coverage detected