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