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

Function print_overview

persper/analytics/analyzer.py:10–13  ·  view source on GitHub ↗
(commits, branch_commits)

Source from the content-addressed store, hash-verified

8from git import Commit
9
10def print_overview(commits, branch_commits):
11 print('----- Overview ------')
12 print('# of commits on master: %d' % len(commits))
13 print('# of commits on branch: %d' % len(branch_commits))
14
15
16def print_commit_info(phase, idx, commit, start_time, verbose):

Callers 1

analyzeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected