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

Function getCachedKeybindingWarnings

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

Source from the content-addressed store, hash-verified

452 * Returns empty array if no warnings or bindings haven't been loaded yet.
453 */
454export function getCachedKeybindingWarnings(): KeybindingWarning[] {
455 return cachedWarnings
456}
457
458/**
459 * Reset internal state for testing.

Callers 1

KeybindingWarningsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected