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