Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Gracker/awesome-android-ai-dev-sources
/ norm_text
Function
norm_text
process_candidates.py:94–95 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
92
93
94
def
norm_text(value: Any) -> str:
95
return
re.sub(r
"\s+"
,
" "
, str(value or
""
).strip()).casefold()
96
97
98
def
slug(value: str) -> str:
Callers
7
slug
Function · 0.85
normalize_url
Function · 0.85
bool_value
Function · 0.85
same_source
Function · 0.85
duplicate_reason
Function · 0.85
candidate_decision
Function · 0.85
readme_update_decision
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected