MCPcopy 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

ConnectedTrackTableFunction · 0.80
queueStore.test.tsFile · 0.80
Album.test.tsxFile · 0.80
queueHost.test.tsFile · 0.80
createQueueHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected