Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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.ts
File · 0.80
queueHost.test.ts
File · 0.80
createQueueHost
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected