Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ start_process_commit
Method
start_process_commit
persper/graphs/commit_graph.py:67–68 ·
view source on GitHub ↗
(self, commit)
Source
from the content-addressed store, hash-verified
65
self.func_commit = {}
66
67
def
start_process_commit(self, commit):
68
self.G.add_node(commit.hexsha)
69
70
def
on_add(self, diff, commit):
71
fname = diff.b_blob.path
Callers
nothing calls this directly
Calls
1
add_node
Method · 0.80
Tested by
no test coverage detected