Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ getState
Method
getState
packages/plugin-sdk/src/api/playback.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
getState(): Promise<PlaybackState> {
24
return
this.#withHost((host) => host.getState());
25
}
26
27
play(): Promise<void> {
28
return
this.#withHost((host) => host.play());
Callers
15
initPlayerApp
Function · 0.80
getLayoutState
Function · 0.80
App.hydration.test.tsx
File · 0.80
queue.test.tsx
File · 0.80
settings.test.tsx
File · 0.80
setAutoInstall
Function · 0.80
update.test.tsx
File · 0.80
stream-resolution.test.tsx
File · 0.80
plugin-events.test.tsx
File · 0.80
seedAndPlay
Function · 0.80
setSrc
Function · 0.80
play
Function · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected