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

Function strip

apps/kimi-code/test/tui/components/panels/help-panel.test.ts:14–16  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

12}
13
14function strip(text: string): string {
15 return text.replaceAll(/\u001B\[[0-9;]*m/g, '');
16}
17
18describe('HelpPanelComponent', () => {
19 it('renders keyboard shortcuts + slash commands sections', () => {

Callers 1

help-panel.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected