Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ _html_text
Function
_html_text
scripts/docs/generate_rust_library_reference.py:120–121 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
118
119
120
def
_html_text(value: str) -> str:
121
return
html_escape(_ascii(value), quote=False).replace(
"{"
,
"{"
).replace(
"}"
,
"}"
)
122
123
124
def
_html_attr(value: str) -> str:
Callers
1
_linked_signature_html
Function · 0.85
Calls
1
_ascii
Function · 0.85
Tested by
no test coverage detected