MCPcopy Index your code
hub / github.com/git/git / diff_emit_submodule_add

Function diff_emit_submodule_add

diff.c:1651–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649}
1650
1651void diff_emit_submodule_add(struct diff_options *o, const char *line)
1652{
1653 emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_ADD, line, strlen(line), 0);
1654}
1655
1656void diff_emit_submodule_untracked(struct diff_options *o, const char *path)
1657{

Callers 1

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected