MCPcopy
hub / github.com/Gracker/awesome-android-ai-dev-sources / stable_readme_link

Function stable_readme_link

process_candidates.py:201–207  ·  view source on GitHub ↗
(source: dict[str, Any])

Source from the content-addressed store, hash-verified

199
200
201def stable_readme_link(source: dict[str, Any]) -> bool:
202 for key, value in link_values(source).items():
203 if key not in README_DURABLE_LINK_KEYS:
204 continue
205 if normalize_url(value) and not transient_link(key, value):
206 return True
207 return False
208
209
210def primary_url(source: dict[str, Any]) -> str:

Callers 1

readme_update_decisionFunction · 0.85

Calls 3

link_valuesFunction · 0.85
normalize_urlFunction · 0.85
transient_linkFunction · 0.85

Tested by

no test coverage detected