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

Function additional_headers

diff.c:3772–3778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3770}
3771
3772static struct string_list *additional_headers(struct diff_options *o,
3773 const char *path)
3774{
3775 if (!o->additional_path_headers)
3776 return NULL;
3777 return strmap_get(o->additional_path_headers, path);
3778}
3779
3780static void add_formatted_header(struct strbuf *msg,
3781 const char *header,

Callers 2

fill_metainfoFunction · 0.85
diff_flush_patchFunction · 0.85

Calls 1

strmap_getFunction · 0.85

Tested by

no test coverage detected