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