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

Function link_values

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

Source from the content-addressed store, hash-verified

154
155
156def link_values(source: dict[str, Any]) -> dict[str, str]:
157 links = source.get("links") or {}
158 if not isinstance(links, dict):
159 return {}
160 return {str(k): str(v).strip() for k, v in links.items() if str(v).strip()}
161
162
163def normalized_links(source: dict[str, Any]) -> set[str]:

Callers 7

normalized_linksFunction · 0.85
stable_readme_linkFunction · 0.85
primary_urlFunction · 0.85
quality_scoreFunction · 0.85
readme_update_decisionFunction · 0.85
entry_from_candidateFunction · 0.85
generate_readmeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected