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

Method on_modify2

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

Source from the content-addressed store, hash-verified

156 new_fname=new_fname)
157
158 def on_modify2(self, diff, commit):
159 fname = diff.b_blob.path
160 return self._second_phase(diff, commit,
161 old_fname=fname,
162 new_fname=fname)
163
164 def fname_filter(self, fname):
165 for ext in self.exts:

Callers

nothing calls this directly

Calls 1

_second_phaseMethod · 0.95

Tested by

no test coverage detected