Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pluwen/awesome-testflight-link
/ main
Function
main
scripts/order_status.py:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
from
utils
import
renew_readme, load_links
3
4
def
main():
5
load_links()
6
print(
"[info] Regenerating README..."
)
7
renew_readme()
8
print(
"[info] Done!"
)
9
if
__name__ ==
"__main__"
:
10
main()
Callers
1
order_status.py
File · 0.70
Calls
2
load_links
Function · 0.90
renew_readme
Function · 0.90
Tested by
no test coverage detected