MCPcopy Create free account
hub / github.com/codeaashu/claude-code / eraseLine

Function eraseLine

src/ink/termio/csi.ts:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206/** Erase entire line (CSI 2 K) */
207export function eraseLine(): string {
208 return csi(2, 'K')
209}
210
211/** Erase entire line - constant form */
212export const ERASE_LINE = csi(2, 'K')

Callers

nothing calls this directly

Calls 1

csiFunction · 0.85

Tested by

no test coverage detected