Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ getCurrentItem
Method
getCurrentItem
packages/plugin-sdk/src/api/queue.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
getCurrentItem() {
25
return
this.#withHost((h) => h.getCurrentItem());
26
}
27
28
addToQueue(tracks: Track[]) {
29
return
this.#withHost((h) => h.addToQueue(tracks));
Callers
13
getCurrentQueueItem
Function · 0.80
waitForPlayback
Function · 0.80
waitForSuccess
Function · 0.80
SoundProvider
Function · 0.80
ConnectedNowPlaying
Function · 0.80
ConnectedSeekBar
Function · 0.80
queueStore.test.ts
File · 0.80
queueStore.ts
File · 0.80
updatePresence
Function · 0.80
watchPlayback
Function · 0.80
createQueueHost
Function · 0.80
useCurrentQueueItem
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected