MCPcopy 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
52def clean_input(value: str | None) -> str:
53 return (value or "").strip()
54
55
56def resolve_slug(channel: str, version_slug: str) -> str:

Callers 2

sync_docsFunction · 0.85
remove_docsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected