MCPcopy Index your code
hub / github.com/nukeop/nuclear / setMuted

Method setMuted

packages/plugin-sdk/src/api/playback.ts:63–65  ·  view source on GitHub ↗
(muted: boolean)

Source from the content-addressed store, hash-verified

61 }
62
63 setMuted(muted: boolean): Promise<void> {
64 return this.#withHost((host) => host.setMuted(muted));
65 }
66
67 isShuffleEnabled(): Promise<boolean> {
68 return this.#withHost((host) => host.isShuffleEnabled());

Callers 1

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected