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

Method getVolume

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

Source from the content-addressed store, hash-verified

49 }
50
51 getVolume(): Promise<number> {
52 return this.#withHost((host) => host.getVolume());
53 }
54
55 setVolume(volume: number): Promise<void> {
56 return this.#withHost((host) => host.setVolume(volume));

Callers 1

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected