Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
main():
33
if
len(sys.argv) == 2:
34
i = sys.argv[1]
35
run(i)
36
else
:
37
usage(sys.argv[0])
38
39
if
__name__ ==
"__main__"
:
40
main()
Callers
1
build_history.py
File · 0.70
Calls
2
run
Function · 0.85
usage
Function · 0.70
Tested by
no test coverage detected