MCPcopy
hub / github.com/anomalyco/opencode / createBindingLookup

Function createBindingLookup

packages/plugin/src/tui.ts:46–51  ·  view source on GitHub ↗
(
  config: BindingConfig<Renderable, KeyEvent> | undefined,
  options?: CreateBindingLookupOptions<Renderable, KeyEvent>,
)

Source from the content-addressed store, hash-verified

44} from "@opentui/keymap/extras"
45
46export function createBindingLookup(
47 config: BindingConfig<Renderable, KeyEvent> | undefined,
48 options?: CreateBindingLookupOptions<Renderable, KeyEvent>,
49) {
50 return createKeymapBindingLookup<Renderable, KeyEvent>(config ?? {}, options)
51}
52
53export type TuiRouteCurrent =
54 | {

Callers 2

resolveFunction · 0.85

Calls

no outgoing calls

Tested by 1