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

Function output_sep

grep.c:894–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894static void output_sep(struct grep_opt *opt, char sign)
895{
896 if (opt->null_following_name)
897 opt->output(opt, "\0", 1);
898 else
899 output_color(opt, &sign, 1, opt->colors[GREP_COLOR_SEP]);
900}
901
902static void show_name(struct grep_opt *opt, const char *name)
903{

Callers 2

show_line_headerFunction · 0.85
grep_source_1Function · 0.85

Calls 1

output_colorFunction · 0.85

Tested by

no test coverage detected