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

Function diff_emit_submodule_modified

diff.c:1662–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660}
1661
1662void diff_emit_submodule_modified(struct diff_options *o, const char *path)
1663{
1664 emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_MODIFIED,
1665 path, strlen(path), 0);
1666}
1667
1668void diff_emit_submodule_header(struct diff_options *o, const char *header)
1669{

Callers 1

show_submodule_headerFunction · 0.85

Calls 1

emit_diff_symbolFunction · 0.85

Tested by

no test coverage detected