MCPcopy
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
21def load_links():
22 with open(LINKS_JSON, 'r', encoding='utf-8') as f:
23 return json.load(f)
24
25def save_links(links):
26 with open(LINKS_JSON, 'w', encoding='utf-8') as f:

Callers 6

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
renew_readmeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected