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

Method write

packages/pi-tui/src/terminal.ts:68–68  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

66
67 // Write output to terminal
68 write(data: string): void;
69
70 // Get terminal dimensions
71 get columns(): number;

Callers 15

sseLinesFunction · 0.65
startMethod · 0.65
stopMethod · 0.65
writeMethod · 0.65
moveByMethod · 0.65
hideCursorMethod · 0.65
showCursorMethod · 0.65
clearLineMethod · 0.65
clearFromCursorMethod · 0.65
clearScreenMethod · 0.65
setTitleMethod · 0.65
flushMethod · 0.65

Implementers 3

VirtualTerminalpackages/pi-tui/test/virtual-terminal.
TestTerminalpackages/pi-tui/test/terminal-colors.t
ProcessTerminalpackages/pi-tui/src/terminal.ts

Calls

no outgoing calls

Tested by 3

writeMethod · 0.52
writeMethod · 0.52
runShFunction · 0.52