Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ clearQueue
Method
clearQueue
packages/plugin-sdk/src/api/queue.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
clearQueue() {
49
return
this.#withHost((h) => h.clearQueue());
50
}
51
52
reorder(fromIndex: number, toIndex: number) {
53
return
this.#withHost((h) => h.reorder(fromIndex, toIndex));
Callers
5
ConnectedTrackTable
Function · 0.80
queueStore.test.ts
File · 0.80
Album.test.tsx
File · 0.80
queueHost.test.ts
File · 0.80
createQueueHost
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected