MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / _escape_text

Function _escape_text

scripts/docs/generate_rust_library_reference.py:85–86  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

83
84
85def _escape_text(value: str) -> str:
86 return escape_mdx_text(value, normalize=_ascii)
87
88
89def _clean_text(value: str) -> str:

Callers 2

_inline_markdownFunction · 0.70
_write_indexFunction · 0.70

Calls 1

escape_mdx_textFunction · 0.90

Tested by

no test coverage detected