Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.80
createPlaybackHost
Function · 0.80
playbackHost.test.ts
File · 0.80
GlobalShortcuts
Function · 0.80
useCollapsibleText.test.ts
File · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected