MCPcopy 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
110def _inline_code(value: str) -> str:
111 code = _mdx_safe_code(value).replace("`", "\\`")
112 return f"`{code}`"
113
114
115def _rust_fence(value: str) -> str:

Callers 3

_inline_markdownFunction · 0.85
_code_header_labelFunction · 0.85
_block_markdownFunction · 0.85

Calls 1

_mdx_safe_codeFunction · 0.85

Tested by

no test coverage detected