Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ finish_del
Method
finish_del
persper/graphs/patch_parser.py:36–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
self.additions.append([self.add_start, self.add_num_lines])
35
36
def
finish_del(self):
37
self.in_del = False
38
self.deletions.append([self.del_start, self.cur - 1])
39
40
def
parse(self, text):
41
self.clean()
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected