Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ _safe_value
Function
_safe_value
src/web/auth.py:25–26 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
23
24
25
def
_safe_value(value: str) -> str:
26
return
str(value or
""
).strip()
27
28
29
def
build_auth_token(password: str, secret_key: str) -> str:
Callers
2
build_auth_token
Function · 0.85
is_default_security_config_active
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected