MCPcopy Create free account
hub / github.com/WJX20/claude-code / isKeybindingCustomizationEnabled

Function isKeybindingCustomizationEnabled

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

Source from the content-addressed store, hash-verified

39 * can check the same condition consistently.
40 */
41export function isKeybindingCustomizationEnabled(): boolean {
42 return getFeatureValue_CACHED_MAY_BE_STALE(
43 'tengu_keybinding_customization_release',
44 false,
45 )
46}
47
48/**
49 * Time in milliseconds to wait for file writes to stabilize.

Callers 7

loadKeybindingsFunction · 0.85
KeybindingWarningsFunction · 0.85
PromptInputHelpMenuFunction · 0.85
index.tsFile · 0.85
callFunction · 0.85

Tested by

no test coverage detected