Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pluwen/awesome-testflight-link
/ load_links
Function
load_links
scripts/utils.py:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
def
load_links():
22
with
open(LINKS_JSON,
'r'
, encoding=
'utf-8'
)
as
f:
23
return
json.load(f)
24
25
def
save_links(links):
26
with
open(LINKS_JSON,
'w'
, encoding=
'utf-8'
)
as
f:
Callers
6
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
renew_readme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected