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

Function emit_context_line

diff.c:1713–1718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1711}
1712
1713static void emit_context_line(struct emit_callback *ecbdata,
1714 const char *line, int len)
1715{
1716 unsigned flags = WSEH_CONTEXT | ecbdata->ws_rule;
1717 emit_diff_symbol(ecbdata->opt, DIFF_SYMBOL_CONTEXT, line, len, flags);
1718}
1719
1720static void emit_incomplete_line_marker(struct emit_callback *ecbdata,
1721 const char *line, int len)

Callers 1

fn_out_consumeFunction · 0.85

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected