Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ _handle_a
Function
_handle_a
persper/graphs/call_commit_graph.py:26–29 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
24
inv_adds, inv_dels = [], []
25
26
def
_handle_a(a):
27
nonlocal diff
28
inv_dels.append([diff + a[0] + 1, diff + a[0] + a[1]])
29
diff += a[1]
30
31
def
_handle_d(d):
32
nonlocal diff
Callers
1
_inverse_diff_result
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected