MCPcopy Create free account
hub / github.com/TanStack/hotkeys / scopeConflicts

Function scopeConflicts

packages/hotkeys-devtools/src/components/HotkeyList.tsx:141–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 const targetConflicts = () =>
140 findSequenceTargetConflicts(props.reg, sequenceRegistrations())
141 const scopeConflicts = () =>
142 findSequenceScopeConflicts(props.reg, sequenceRegistrations())
143
144 const hasTargetConflict = () => targetConflicts().length > 0
145 const hasScopeConflict = () => scopeConflicts().length > 0

Callers 4

hasScopeConflictFunction · 0.85
scopeConflictTooltipFunction · 0.85
HotkeyDetailsFunction · 0.85
SequenceDetailsFunction · 0.85

Calls 3

sequenceRegistrationsFunction · 0.85
findScopeConflictsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…