Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ getQueue
Method
getQueue
packages/plugin-sdk/src/api/queue.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
getQueue() {
21
return
this.#withHost((h) => h.getQueue());
22
}
23
24
getCurrentItem() {
25
return
this.#withHost((h) => h.getCurrentItem());
Callers
1
queueHost.test.ts
File · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected