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

Method seekTo

packages/plugin-sdk/src/api/playback.ts:43–45  ·  view source on GitHub ↗
(seconds: number)

Source from the content-addressed store, hash-verified

41 }
42
43 seekTo(seconds: number): Promise<void> {
44 return this.#withHost((host) => host.seekTo(seconds));
45 }
46
47 subscribe(listener: PlaybackListener): () => void {
48 return this.#withHost((host) => host.subscribe(listener));

Callers 6

Sound.test.tsxFile · 0.80
seekToFunction · 0.80
queueStore.tsFile · 0.80
createPlaybackHostFunction · 0.80
GlobalShortcutsFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected