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

Method end_commit

persper/analytics/graph_server.py:168–175  ·  view source on GitHub ↗

Called when the `Analyzer` is going to leave this commit. remarks This method can be implemented as async method.

(self, hexsha: str)

Source from the content-addressed store, hash-verified

166 self.register_commit(hexsha, author_name, author_email, commit_message)
167
168 def end_commit(self, hexsha: str):
169 """
170 Called when the `Analyzer` is going to leave this commit.
171
172 remarks
173 This method can be implemented as async method.
174 """
175 pass
176
177 @abstractmethod
178 def get_graph(self) -> CallCommitGraph:

Callers 2

_analyze_commitMethod · 0.45
_analyzeCommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected