MCPcopy
hub / github.com/nukeop/nuclear / isMuted

Method isMuted

packages/plugin-sdk/src/api/playback.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 isMuted(): Promise<boolean> {
60 return this.#withHost((host) => host.isMuted());
61 }
62
63 setMuted(muted: boolean): Promise<void> {
64 return this.#withHost((host) => host.setMuted(muted));

Callers 1

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected