Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1398
export
function
decodePrintableKey(data: string): string | undefined {
1399
return
decodeKittyPrintable(data) ?? decodeModifyOtherKeysPrintable(data);
1400
}
Callers
2
keys.test.ts
File · 0.90
handleInput
Method · 0.90
Calls
2
decodeKittyPrintable
Function · 0.85
decodeModifyOtherKeysPrintable
Function · 0.85
Tested by
no test coverage detected