MCPcopy 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
115def _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
120def _html_text(value: str) -> str:

Callers 1

_block_markdownFunction · 0.85

Calls 1

_mdx_safe_codeFunction · 0.85

Tested by

no test coverage detected