MCPcopy 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.tsFile · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected