| 2399 | } |
| 2400 | |
| 2401 | const 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 | |
| 2408 | static unsigned long sane_truncate_line(char *line, unsigned long len) |
| 2409 | { |
no outgoing calls
no test coverage detected