MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / render

Method render

packages/pi-tui/test/markdown.test.ts:741–745  ·  view source on GitHub ↗
(width: number)

Source from the content-addressed store, hash-verified

739 }
740
741 render(width: number): string[] {
742 const lines = this.markdown.render(width);
743 this.markdownLineCount = lines.length;
744 return [...lines, "INPUT"];
745 }
746
747 invalidate(): void {
748 this.markdown.invalidate();

Callers

nothing calls this directly

Calls 1

renderMethod · 0.65

Tested by

no test coverage detected