MCPcopy Create free account
hub / github.com/Persper/code-analytics / _handle_d

Function _handle_d

persper/graphs/call_commit_graph.py:31–34  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

29 diff += a[1]
30
31 def _handle_d(d):
32 nonlocal diff
33 inv_adds.append([diff + d[0] - 1, d[1] - d[0] + 1])
34 diff -= (d[1] - d[0] + 1)
35
36 while add_ptr < num_adds or del_ptr < num_dels:
37 if add_ptr < num_adds and del_ptr < num_dels:

Callers 1

_inverse_diff_resultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected