Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _clean_text
Function
_clean_text
uncommon_route/connections_store.py:23–24 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
21
22
23
def
_clean_text(value: Any) -> str:
24
return
str(value or
""
).strip()
25
26
27
def
_pick_first(*pairs: tuple[str, str]) -> tuple[str, str]:
Callers
4
_sanitize_primary
Function · 0.85
mask_api_key
Function · 0.85
set_primary
Method · 0.85
resolve_primary_connection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected