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

Function decodePrintableKey

packages/pi-tui/src/keys.ts:1398–1400  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

1396}
1397
1398export function decodePrintableKey(data: string): string | undefined {
1399 return decodeKittyPrintable(data) ?? decodeModifyOtherKeysPrintable(data);
1400}

Callers 2

keys.test.tsFile · 0.90
handleInputMethod · 0.90

Calls 2

decodeKittyPrintableFunction · 0.85

Tested by

no test coverage detected