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

Method isShuffleEnabled

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

Source from the content-addressed store, hash-verified

65 }
66
67 isShuffleEnabled(): Promise<boolean> {
68 return this.#withHost((host) => host.isShuffleEnabled());
69 }
70
71 setShuffleEnabled(enabled: boolean): Promise<void> {
72 return this.#withHost((host) => host.setShuffleEnabled(enabled));

Callers 1

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected