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

Function createId

examples/solid/createHotkeySequenceRecorder/src/index.tsx:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24let nextId = 0
25function createId(): string {
26 return `shortcut_${++nextId}`
27}
28
29const INITIAL_SHORTCUTS: Array<Shortcut> = [
30 {

Callers 2

index.tsxFile · 0.70
handleCreateNewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…