Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
removeByIds
Method · 0.80
Tested by
no test coverage detected