Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.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