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

Function strip

apps/kimi-code/test/tui/tasks-browser.test.ts:13–15  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

11
12const ANSI_SGR = /\[[0-9;]*m/g;
13function strip(text: string): string {
14 return text.replaceAll(ANSI_SGR, '');
15}
16
17/** Minimal Terminal stub — only `rows` is read by the component. */
18function fakeTerminal(rows: number, columns = 120): Terminal {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected