MCPcopy 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
25def _safe_value(value: str) -> str:
26 return str(value or "").strip()
27
28
29def build_auth_token(password: str, secret_key: str) -> str:

Callers 2

build_auth_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected