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

Function main

tools/build_history.py:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def main():
33 if len(sys.argv) == 2:
34 i = sys.argv[1]
35 run(i)
36 else:
37 usage(sys.argv[0])
38
39if __name__ == "__main__":
40 main()

Callers 1

build_history.pyFile · 0.70

Calls 2

runFunction · 0.85
usageFunction · 0.70

Tested by

no test coverage detected