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

Method goToIndex

packages/plugin-sdk/src/api/queue.ts:68–70  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

66 }
67
68 goToIndex(index: number) {
69 return this.#withHost((h) => h.goToIndex(index));
70 }
71
72 goToId(id: string) {
73 return this.#withHost((h) => h.goToId(id));

Callers 3

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

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected