Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
def
_render_code_as_text(node: Any) -> Text:
162
return
Text(node.content.rstrip(
"\n"
), style=
"dim"
)
163
164
165
def
_render_list(node: Any, ordered: bool, depth: int) -> Text:
Callers
2
_render_list
Function · 0.85
_render_blockquote
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected