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

Function sequenceKey

packages/hotkeys/src/sequence-manager.ts:68–70  ·  view source on GitHub ↗

* Returns a canonical string for sequence conflict comparison.

(sequence: HotkeySequence)

Source from the content-addressed store, hash-verified

66 * Returns a canonical string for sequence conflict comparison.
67 */
68function sequenceKey(sequence: HotkeySequence): string {
69 return sequence.join('|')
70}
71
72/**
73 * View of a sequence registration for devtools display.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…