MCPcopy Index your code
hub / github.com/anomalyco/opencode / keybinds

Function keybinds

packages/app/src/components/settings-keybinds.tsx:127–130  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

125}
126
127function keybinds(value: unknown): KeybindMap {
128 if (!value || typeof value !== "object" || Array.isArray(value)) return {}
129 return value as KeybindMap
130}
131
132function listFor(command: CommandContext, map: KeybindMap, palette: string) {
133 const out = new Map<string, KeybindMeta>()

Callers 1

SettingsKeybindsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected