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

Method on_delete2

persper/graphs/call_commit_graph.py:144–149  ·  view source on GitHub ↗
(self, diff, commit)

Source from the content-addressed store, hash-verified

142 new_fname=new_fname)
143
144 def on_delete2(self, diff, commit):
145 old_fname = diff.a_blob.path
146 new_fname = None
147 return self._second_phase(diff, commit,
148 old_fname=old_fname,
149 new_fname=new_fname)
150
151 def on_rename2(self, diff, commit):
152 new_fname = diff.rename_to

Callers

nothing calls this directly

Calls 1

_second_phaseMethod · 0.95

Tested by

no test coverage detected