MCPcopy
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

initPlayerAppFunction · 0.80
getLayoutStateFunction · 0.80
queue.test.tsxFile · 0.80
settings.test.tsxFile · 0.80
setAutoInstallFunction · 0.80
update.test.tsxFile · 0.80
seedAndPlayFunction · 0.80
setSrcFunction · 0.80
playFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected