Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ addNext
Method
addNext
packages/plugin-sdk/src/api/queue.ts:32–34 ·
view source on GitHub ↗
(tracks: Track[])
Source
from the content-addressed store, hash-verified
30
}
31
32
addNext(tracks: Track[]) {
33
return
this.#withHost((h) => h.addNext(tracks));
34
}
35
36
addAt(tracks: Track[], index: number) {
37
return
this.#withHost((h) => h.addAt(tracks, index));
Callers
4
ConnectedTrackContextMenu
Function · 0.80
queueStore.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