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

Function setKittyProtocolActive

packages/pi-tui/src/keys.ts:31–33  ·  view source on GitHub ↗
(active: boolean)

Source from the content-addressed store, hash-verified

29 * Called by ProcessTerminal after detecting protocol support.
30 */
31export function setKittyProtocolActive(active: boolean): void {
32 _kittyProtocolActive = active;
33}
34
35/**
36 * Query whether Kitty keyboard protocol is currently active.

Callers 5

cleanupFunction · 0.90
keys.test.tsFile · 0.90
drainInputMethod · 0.90
stopMethod · 0.90

Calls

no outgoing calls

Tested by 1

cleanupFunction · 0.72