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

Function loadKeybindingsSync

src/keybindings/loadUserBindings.ts:243–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 * Uses cached value if available.
242 */
243export function loadKeybindingsSync(): ParsedBinding[] {
244 if (cachedBindings) {
245 return cachedBindings
246 }
247
248 const result = loadKeybindingsSyncWithWarnings()
249 return result.bindings
250}
251
252/**
253 * Load keybindings synchronously with validation warnings.

Callers 1

getShortcutDisplayFunction · 0.85

Calls 1

Tested by

no test coverage detected