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

Method goToNext

packages/plugin-sdk/src/api/queue.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 goToNext() {
61 return this.#withHost((h) => h.goToNext());
62 }
63
64 goToPrevious() {
65 return this.#withHost((h) => h.goToPrevious());

Callers 5

queueStore.test.tsFile · 0.80
queueStore.tsFile · 0.80
queueHost.test.tsFile · 0.80
createQueueHostFunction · 0.80
GlobalShortcutsFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected