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

Function get_textconv

diff.c:3762–3770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3760}
3761
3762struct userdiff_driver *get_textconv(struct repository *r,
3763 struct diff_filespec *one)
3764{
3765 if (!DIFF_FILE_VALID(one))
3766 return NULL;
3767
3768 diff_filespec_load_driver(one, r->index);
3769 return userdiff_get_textconv(r, one->driver);
3770}
3771
3772static struct string_list *additional_headers(struct diff_options *o,
3773 const char *path)

Callers 3

pickaxe_matchFunction · 0.85
builtin_diffFunction · 0.85
textconv_objectFunction · 0.85

Calls 2

userdiff_get_textconvFunction · 0.85

Tested by

no test coverage detected