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

Method toggle

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

Source from the content-addressed store, hash-verified

37 }
38
39 toggle(): Promise<void> {
40 return this.#withHost((host) => host.toggle());
41 }
42
43 seekTo(seconds: number): Promise<void> {
44 return this.#withHost((host) => host.seekTo(seconds));

Callers 5

Plugins.test.tsxFile · 0.80
createPlaybackHostFunction · 0.80
GlobalShortcutsFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected