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

Function diff_ranges_init

line-log.c:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231static void diff_ranges_init(struct diff_ranges *diff)
232{
233 range_set_init(&diff->parent, 0);
234 range_set_init(&diff->target, 0);
235}
236
237static void diff_ranges_release(struct diff_ranges *diff)
238{

Callers 2

process_diff_filepairFunction · 0.85

Calls 1

range_set_initFunction · 0.85

Tested by

no test coverage detected