Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ stop
Method
stop
packages/plugin-sdk/src/api/playback.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
stop(): Promise<void> {
36
return
this.#withHost((host) => host.stop());
37
}
38
39
toggle(): Promise<void> {
40
return
this.#withHost((host) => host.toggle());
Callers
4
stop
Function · 0.80
queueStore.ts
File · 0.80
createPlaybackHost
Function · 0.80
playbackHost.test.ts
File · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected