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

Function diff_emit_submodule_pipethrough

diff.c:1679–1683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677}
1678
1679void diff_emit_submodule_pipethrough(struct diff_options *o,
1680 const char *line, int len)
1681{
1682 emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_PIPETHROUGH, line, len, 0);
1683}
1684
1685static int new_blank_line_at_eof(struct emit_callback *ecbdata, const char *line, int len)
1686{

Callers 1

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected