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

Method removeByIds

packages/plugin-sdk/src/api/queue.ts:40–42  ·  view source on GitHub ↗
(ids: string[])

Source from the content-addressed store, hash-verified

38 }
39
40 removeByIds(ids: string[]) {
41 return this.#withHost((h) => h.removeByIds(ids));
42 }
43
44 removeByIndices(indices: number[]) {
45 return this.#withHost((h) => h.removeByIndices(indices));

Callers 3

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

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected