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

Function handleDelete

examples/solid/createHotkeyRecorder/src/index.tsx:178–180  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

176 }
177
178 const handleDelete = (id: string) => {
179 setShortcuts((prev) => prev.filter((s) => s.id !== id))
180 }
181
182 const handleCreateNew = () => {
183 const newShortcut: Shortcut = {

Callers 1

AppFunction · 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…