MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / _normalize_proxy_value

Function _normalize_proxy_value

src/web/routes/payment.py:142–143  ·  view source on GitHub ↗
(proxy: Optional[str])

Source from the content-addressed store, hash-verified

140
141
142def _normalize_proxy_value(proxy: Optional[str]) -> str:
143 return str(proxy or "").strip()
144
145
146def _build_proxy_candidates(

Callers 4

_build_proxy_candidatesFunction · 0.85
_resolve_runtime_proxyFunction · 0.85
batch_check_subscriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected