MCPcopy 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

3import { useQueueStore } from '../stores/queueStore';
4
5export const useCurrentQueueItem = (): QueueItem | undefined => {
6 return useQueueStore((state) => state.getCurrentItem());
7};

Callers 1

ConnectedQueuePanelFunction · 0.90

Calls 1

getCurrentItemMethod · 0.80

Tested by

no test coverage detected