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

Method start_add

persper/graphs/patch_parser.py:23–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.cur = None
22
23 def start_add(self):
24 self.in_add = True
25 self.add_start = self.cur - 1
26 self.add_num_lines = 1
27
28 def start_del(self):
29 self.in_del = True

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected