MCPcopy
hub / github.com/jisaacks/GitGutter / _dump_lines

Function _dump_lines

modules/popup/differ.py:141–144  ·  view source on GitHub ↗

Generate comparison results for a same-tagged range.

(tag, x, lo, hi)

Source from the content-addressed store, hash-verified

139
140
141def _dump_lines(tag, x, lo, hi):
142 """Generate comparison results for a same-tagged range."""
143 for l in x[lo:hi]:
144 yield from _dump_line(tag, l)
145
146
147def _dump_line(tag, x):

Callers 3

_highlight_diffFunction · 0.85
_plain_replaceFunction · 0.85
_fancy_helperFunction · 0.85

Calls 1

_dump_lineFunction · 0.85

Tested by

no test coverage detected