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

Function sequenceKey

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

Source from the content-addressed store, hash-verified

60}
61
62function sequenceKey(sequence: Array<string>): string {
63 return sequence.join('|')
64}
65
66function isSequenceRegistration(
67 reg: HotkeyRegistration | SequenceRegistrationView,

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…