Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ addToQueue
Method
addToQueue
packages/plugin-sdk/src/api/queue.ts:28–30 ·
view source on GitHub ↗
(tracks: Track[])
Source
from the content-addressed store, hash-verified
26
}
27
28
addToQueue(tracks: Track[]) {
29
return
this.#withHost((h) => h.addToQueue(tracks));
30
}
31
32
addNext(tracks: Track[]) {
33
return
this.#withHost((h) => h.addNext(tracks));
Callers
10
plugin-events.test.tsx
File · 0.80
ConnectedTrackContextMenu
Function · 0.80
ConnectedTrackTable
Function · 0.80
queueStore.test.ts
File · 0.80
playlistStore.test.ts
File · 0.80
PlaylistDetail.test.tsx
File · 0.80
initDiscoveryService
Function · 0.80
queueHost.test.ts
File · 0.80
createQueueHost
Function · 0.80
useTrackActions
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected