Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ useCurrentQueueItem
Function
useCurrentQueueItem
packages/player/src/hooks/useCurrentQueueItem.ts:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
{ useQueueStore } from
'../stores/queueStore'
;
4
5
export
const
useCurrentQueueItem = (): QueueItem | undefined => {
6
return
useQueueStore((state) => state.getCurrentItem());
7
};
Callers
1
ConnectedQueuePanel
Function · 0.90
Calls
1
getCurrentItem
Method · 0.80
Tested by
no test coverage detected