MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getDefaultParsedBindings

Function getDefaultParsedBindings

src/keybindings/loadUserBindings.ts:122–124  ·  view source on GitHub ↗

* Parse default bindings (cached for performance).

()

Source from the content-addressed store, hash-verified

120 * Parse default bindings (cached for performance).
121 */
122function getDefaultParsedBindings(): ParsedBinding[] {
123 return parseBindings(DEFAULT_BINDINGS)
124}
125
126/**
127 * Load and parse keybindings from user config file.

Callers 3

loadKeybindingsFunction · 0.85
handleDeleteFunction · 0.85

Calls 1

parseBindingsFunction · 0.85

Tested by

no test coverage detected