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

Function sequenceKey

packages/hotkeys-devtools/src/components/HotkeyList.tsx:14–16  ·  view source on GitHub ↗
(sequence: Array<string>)

Source from the content-addressed store, hash-verified

12} from '@tanstack/hotkeys'
13
14function sequenceKey(sequence: Array<string>): string {
15 return sequence.join('|')
16}
17
18type HotkeyListProps = {
19 selectedId: () => string | null

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…