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

Function main

persper/graphs/commit_graph.py:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 subprocess.call('dot -Tsvg {}.dot -o {}.svg'.format(repo_name, repo_name), shell=True)
141
142def main():
143 args = parser.parse_args()
144 draw_commit_graph(args['repo'], args['language'])
145
146if __name__ == '__main__':
147 main()

Callers 1

commit_graph.pyFile · 0.70

Calls 1

draw_commit_graphFunction · 0.85

Tested by

no test coverage detected