MCPcopy
hub / github.com/nukeop/nuclear / addAt

Method addAt

packages/plugin-sdk/src/api/queue.ts:36–38  ·  view source on GitHub ↗
(tracks: Track[], index: number)

Source from the content-addressed store, hash-verified

34 }
35
36 addAt(tracks: Track[], index: number) {
37 return this.#withHost((h) => h.addAt(tracks, index));
38 }
39
40 removeByIds(ids: string[]) {
41 return this.#withHost((h) => h.removeByIds(ids));

Callers 3

queueStore.test.tsFile · 0.80
queueStore.tsFile · 0.80
createQueueHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected