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

Method register_commit

persper/analytics/c.py:46–49  ·  view source on GitHub ↗
(self, hexsha, author_name, author_email,
                        commit_message)

Source from the content-addressed store, hash-verified

44 self._pparser = PatchParser()
45
46 def register_commit(self, hexsha, author_name, author_email,
47 commit_message):
48 self._ccgraph.add_commit(hexsha, author_name, author_email,
49 commit_message)
50
51 def update_graph(self, old_filename, old_src, new_filename, new_src, patch):
52 ast_list = []

Callers 1

_analyze_commitMethod · 0.45

Calls 1

add_commitMethod · 0.80

Tested by

no test coverage detected