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

Function diff_funcname_pattern

diff.c:3736–3741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3734}
3735
3736static const struct userdiff_funcname *
3737diff_funcname_pattern(struct diff_options *o, struct diff_filespec *one)
3738{
3739 diff_filespec_load_driver(one, o->repo->index);
3740 return one->driver->funcname.pattern ? &one->driver->funcname : NULL;
3741}
3742
3743void diff_set_mnemonic_prefix(struct diff_options *options, const char *a, const char *b)
3744{

Callers 1

builtin_diffFunction · 0.85

Calls 1

Tested by

no test coverage detected