MCPcopy Index your code
hub / github.com/nukeop/nuclear / handleRemoveItem

Function handleRemoveItem

packages/player/src/components/ConnectedQueuePanel.tsx:33–35  ·  view source on GitHub ↗
(itemId: string)

Source from the content-addressed store, hash-verified

31 };
32
33 const handleRemoveItem = (itemId: string) => {
34 actions.removeByIds([itemId]);
35 };
36
37 return (
38 <QueuePanel

Callers

nothing calls this directly

Calls 1

removeByIdsMethod · 0.80

Tested by

no test coverage detected