MCPcopy Index your code
hub / github.com/nukeop/nuclear / goToPrevious

Method goToPrevious

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

Source from the content-addressed store, hash-verified

62 }
63
64 goToPrevious() {
65 return this.#withHost((h) => h.goToPrevious());
66 }
67
68 goToIndex(index: number) {
69 return this.#withHost((h) => h.goToIndex(index));

Callers 4

queueStore.test.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