MCPcopy Index your code
hub / github.com/nukeop/nuclear / removeByIndices

Method removeByIndices

packages/plugin-sdk/src/api/queue.ts:44–46  ·  view source on GitHub ↗
(indices: number[])

Source from the content-addressed store, hash-verified

42 }
43
44 removeByIndices(indices: number[]) {
45 return this.#withHost((h) => h.removeByIndices(indices));
46 }
47
48 clearQueue() {
49 return this.#withHost((h) => h.clearQueue());

Callers 2

queueStore.test.tsFile · 0.80
createQueueHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected