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

Function diff_line_prefix

diff.c:2401–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399}
2400
2401const char *diff_line_prefix(struct diff_options *opt)
2402{
2403 return opt->output_prefix ?
2404 opt->output_prefix(opt, opt->output_prefix_data) :
2405 "";
2406}
2407
2408static unsigned long sane_truncate_line(char *line, unsigned long len)
2409{

Callers 15

show_patch_diffFunction · 0.85
show_raw_diffFunction · 0.85
diff_tree_combinedFunction · 0.85
log_tree_diff_flushFunction · 0.85
emit_line_0Function · 0.85
fn_out_diff_words_auxFunction · 0.85
diff_words_showFunction · 0.85
show_statsFunction · 0.85
show_numstatFunction · 0.85
gather_dirstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected