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