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

Function diff_q

diff.c:6382–6386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6380struct diff_queue_struct diff_queued_diff;
6381
6382void diff_q(struct diff_queue_struct *queue, struct diff_filepair *dp)
6383{
6384 ALLOC_GROW(queue->queue, queue->nr + 1, queue->alloc);
6385 queue->queue[queue->nr++] = dp;
6386}
6387
6388struct diff_filepair *diff_queue(struct diff_queue_struct *queue,
6389 struct diff_filespec *one,

Callers 11

pool_diff_queueFunction · 0.85
diffcore_rotateFunction · 0.85
filter_diffs_for_pathsFunction · 0.85
line_log_queue_pairsFunction · 0.85
diffcore_breakFunction · 0.85
diffcore_merge_brokenFunction · 0.85
diffcore_rename_extendedFunction · 0.85
pickaxeFunction · 0.85
diff_queueFunction · 0.85
diffcore_apply_filterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected