MCPcopy
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
25def 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
30def generate_platform_section(table_name, links_data):

Callers 4

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected