Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ _rust_fence
Function
_rust_fence
scripts/docs/generate_rust_library_reference.py:115–117 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
113
114
115
def
_rust_fence(value: str) -> str:
116
code = _mdx_safe_code(value)
117
return
f
"```rust\n{code}\n```\n\n"
if
code
else
""
118
119
120
def
_html_text(value: str) -> str:
Callers
1
_block_markdown
Function · 0.85
Calls
1
_mdx_safe_code
Function · 0.85
Tested by
no test coverage detected