Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ play
Method
play
packages/plugin-sdk/src/api/playback.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
play(): Promise<void> {
28
return
this.#withHost((host) => host.play());
29
}
30
31
pause(): Promise<void> {
32
return
this.#withHost((host) => host.pause());
Callers
9
CrossfadeSound
Function · 0.80
tryPlay
Function · 0.80
Sound.test.tsx
File · 0.80
plugin-events.test.tsx
File · 0.80
seedAndPlay
Function · 0.80
play
Function · 0.80
handlePlayAll
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