Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
def
_normalize_proxy_value(proxy: Optional[str]) -> str:
143
return
str(proxy or
""
).strip()
144
145
146
def
_build_proxy_candidates(
Callers
4
_build_proxy_candidates
Function · 0.85
_resolve_runtime_proxy
Function · 0.85
get_random_billing_profile
Function · 0.85
batch_check_subscription
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected