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

Function diff_emit_submodule_header

diff.c:1668–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666}
1667
1668void diff_emit_submodule_header(struct diff_options *o, const char *header)
1669{
1670 emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_HEADER,
1671 header, strlen(header), 0);
1672}
1673
1674void diff_emit_submodule_error(struct diff_options *o, const char *err)
1675{

Callers 1

show_submodule_headerFunction · 0.85

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected