MCPcopy
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

stopFunction · 0.80
queueStore.tsFile · 0.80
createPlaybackHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected