Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ _inline_code
Function
_inline_code
scripts/docs/generate_rust_library_reference.py:110–112 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
108
109
110
def
_inline_code(value: str) -> str:
111
code = _mdx_safe_code(value).replace(
"`"
,
"\\`"
)
112
return
f
"`{code}`"
113
114
115
def
_rust_fence(value: str) -> str:
Callers
3
_inline_markdown
Function · 0.85
_code_header_label
Function · 0.85
_block_markdown
Function · 0.85
Calls
1
_mdx_safe_code
Function · 0.85
Tested by
no test coverage detected