Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ clean_input
Function
clean_input
tasks/scripts/sync_docs_website.py:52–53 ·
view source on GitHub ↗
(value: str | None)
Source
from the content-addressed store, hash-verified
50
51
52
def
clean_input(value: str | None) -> str:
53
return
(value or
""
).strip()
54
55
56
def
resolve_slug(channel: str, version_slug: str) -> str:
Callers
2
sync_docs
Function · 0.85
remove_docs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected