MCPcopy 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

CrossfadeSoundFunction · 0.80
tryPlayFunction · 0.80
Sound.test.tsxFile · 0.80
seedAndPlayFunction · 0.80
playFunction · 0.80
handlePlayAllFunction · 0.80
createPlaybackHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected