Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ pause
Function
pause
packages/player/src/integration-tests/Sound.test-wrapper.tsx:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
useSoundStore.getState().play();
70
},
71
pause() {
72
useSoundStore.getState().pause();
73
},
74
stop() {
75
useSoundStore.getState().stop();
76
},
Callers
nothing calls this directly
Calls
2
pause
Method · 0.80
getState
Method · 0.80
Tested by
no test coverage detected