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

Method getKeys

packages/pi-tui/src/keybindings.ts:202–204  ·  view source on GitHub ↗
(keybinding: Keybinding)

Source from the content-addressed store, hash-verified

200 }
201
202 getKeys(keybinding: Keybinding): KeyId[] {
203 return [...(this.keysById.get(keybinding) ?? [])];
204 }
205
206 getDefinition(keybinding: Keybinding): KeybindingDefinition {
207 return this.definitions[keybinding]!;

Callers 2

Calls 1

getMethod · 0.65

Tested by

no test coverage detected