MCPcopy
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

CrossfadeSoundFunction · 0.80
usePlaybackStatusFunction · 0.80
useHlsSourceFunction · 0.80
Sound.test.tsxFile · 0.80
pauseFunction · 0.80
createPlaybackHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected