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

Function kitty

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

Source from the content-addressed store, hash-verified

339// under Kitty mode.
340describe('TasksBrowserApp — Kitty CSI-u printable input', () => {
341 const kitty = (ch: string): string => `\u001B[${String(ch.codePointAt(0) ?? 0)}u`;
342
343 it('Kitty-encoded q invokes onCancel', () => {
344 const onCancel = vi.fn();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected