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

Function emit_line

diff.c:810–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810static void emit_line(struct diff_options *o, const char *set, const char *reset,
811 const char *line, int len)
812{
813 emit_line_0(o, set, NULL, 0, reset, 0, line, len);
814}
815
816enum diff_symbol {
817 DIFF_SYMBOL_BINARY_DIFF_HEADER,

Callers 2

checkdiff_consumeFunction · 0.85

Calls 1

emit_line_0Function · 0.85

Tested by

no test coverage detected