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

Method _next_cindex

persper/analytics/call_commit_graph.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 return len(self.commits()) - 1
80
81 def _next_cindex(self):
82 return self._cur_cindex() + 1
83
84 # TODO: remove the default value of files
85 def add_node(self, node, files=[]):

Callers 1

add_commitMethod · 0.95

Calls 1

_cur_cindexMethod · 0.95

Tested by

no test coverage detected