Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pluwen/awesome-testflight-link
/ save_links
Function
save_links
scripts/utils.py:25–27 ·
view source on GitHub ↗
(links)
Source
from the content-addressed store, hash-verified
23
return
json.load(f)
24
25
def
save_links(links):
26
with
open(LINKS_JSON,
'w'
, encoding=
'utf-8'
)
as
f:
27
json.dump(links, f, indent=2, ensure_ascii=False)
28
29
30
def
generate_platform_section(table_name, links_data):
Callers
4
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected