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

Function diff_emit_submodule_del

diff.c:1646–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646void diff_emit_submodule_del(struct diff_options *o, const char *line)
1647{
1648 emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_DEL, line, strlen(line), 0);
1649}
1650
1651void diff_emit_submodule_add(struct diff_options *o, const char *line)
1652{

Callers 1

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected