MCPcopy
hub / github.com/TanStack/ai / clearLine

Function clearLine

packages/ai-code-mode-skills/test-cli/cli.ts:144–146  ·  view source on GitHub ↗

* Clear the current line and move cursor to beginning

()

Source from the content-addressed store, hash-verified

142 * Clear the current line and move cursor to beginning
143 */
144function clearLine() {
145 process.stdout.write('\r\x1b[K')
146}
147
148/**
149 * Update progress display

Callers 2

updateProgressFunction · 0.85
runParallelFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected