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

Function userdiff_word_regex

diff.c:2323–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2321}
2322
2323static const char *userdiff_word_regex(struct diff_filespec *one,
2324 struct index_state *istate)
2325{
2326 diff_filespec_load_driver(one, istate);
2327 return one->driver->word_regex;
2328}
2329
2330static void init_diff_words_data(struct emit_callback *ecbdata,
2331 struct diff_options *orig_opts,

Callers 1

init_diff_words_dataFunction · 0.85

Calls 1

Tested by

no test coverage detected