MCPcopy 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
23def _clean_text(value: Any) -> str:
24 return str(value or "").strip()
25
26
27def _pick_first(*pairs: tuple[str, str]) -> tuple[str, str]:

Callers 4

_sanitize_primaryFunction · 0.85
mask_api_keyFunction · 0.85
set_primaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected