MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / _text

Function _text

codewiki/mcp/server.py:552–553  ·  view source on GitHub ↗
(content: str)

Source from the content-addressed store, hash-verified

550# ===================================================================
551
552def _text(content: str) -> TextContent:
553 return TextContent(type="text", text=content)
554
555
556def _write_generation_metadata(session: SessionState) -> None:

Callers 3

call_toolFunction · 0.85
_legacy_generate_docsFunction · 0.85
_legacy_get_module_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected