MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _render_code_as_text

Function _render_code_as_text

openkb/agent/_markdown.py:161–162  ·  view source on GitHub ↗
(node: Any)

Source from the content-addressed store, hash-verified

159
160
161def _render_code_as_text(node: Any) -> Text:
162 return Text(node.content.rstrip("\n"), style="dim")
163
164
165def _render_list(node: Any, ordered: bool, depth: int) -> Text:

Callers 2

_render_listFunction · 0.85
_render_blockquoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected