MCPcopy
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

ConnectedTrackTableFunction · 0.80
queueStore.test.tsFile · 0.80
initDiscoveryServiceFunction · 0.80
queueHost.test.tsFile · 0.80
createQueueHostFunction · 0.80
useTrackActionsFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected