Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemeta/codemeta
/ main
Function
main
scripts/aggregate.py:90–92 ·
view source on GitHub ↗
Entry-point of the script.
()
Source
from the content-addressed store, hash-verified
88
writer.writerows(rows)
89
90
def
main():
91
""
"Entry-point of the script."
""
92
write_aggregate(aggregate())
93
94
if
__name__ ==
'__main__'
:
95
main()
Callers
1
aggregate.py
File · 0.85
Calls
2
write_aggregate
Function · 0.85
aggregate
Function · 0.85
Tested by
no test coverage detected