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

Method getConflicts

packages/pi-tui/src/keybindings.ts:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 getConflicts(): KeybindingConflict[] {
211 return this.conflicts.map((conflict) => ({ ...conflict, keybindings: [...conflict.keybindings] }));
212 }
213
214 setUserBindings(userBindings: KeybindingsConfig): void {
215 this.userBindings = userBindings;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected