Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleRemoveItem
Function · 0.80
queueStore.test.ts
File · 0.80
createQueueHost
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected