Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ _handle_a
Function
_handle_a
persper/analytics/inverse_diff.py:14–17 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
12
inv_adds, inv_dels = [], []
13
14
def
_handle_a(a):
15
nonlocal diff
16
inv_dels.append([diff + a[0] + 1, diff + a[0] + a[1]])
17
diff += a[1]
18
19
def
_handle_d(d):
20
nonlocal diff
Callers
1
inverse_diff
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected