Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ queueStore.ts
File
queueStore.ts
packages/player/src/stores/queueStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ LazyStore } from
'@tauri-apps/plugin-store'
;
2
import
{ produce } from
'immer'
;
3
import
{ v4 as uuidv4 } from
'uuid'
;
4
import
{ create } from
'zustand'
;
Callers
nothing calls this directly
Calls
13
getSetting
Function · 0.90
getDirectionalIndex
Function · 0.85
info
Method · 0.80
push
Method · 0.80
debug
Method · 0.80
addAt
Method · 0.80
getCurrentItem
Method · 0.80
stop
Method · 0.80
getState
Method · 0.80
seekTo
Method · 0.80
goToNext
Method · 0.80
withPersistence
Function · 0.70
Tested by
no test coverage detected