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

Function _plain_code

scripts/docs/generate_rust_library_reference.py:283–284  ·  view source on GitHub ↗
(node: Tag)

Source from the content-addressed store, hash-verified

281
282
283def _plain_code(node: Tag) -> str:
284 return _clean_code(node.get_text("", strip=False))
285
286
287def _heading_text(node: Tag) -> str:

Callers 2

_code_header_labelFunction · 0.85
_block_markdownFunction · 0.85

Calls 1

_clean_codeFunction · 0.85

Tested by

no test coverage detected