Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ resetQueueStore
Function
resetQueueStore
packages/player/src/integration-tests/queue.test.tsx:28–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
);
27
28
const resetQueueStore = () => {
29
useQueueStore.setState({
30
items: [],
31
currentIndex: 0,
32
isReady: true,
33
isLoading: false,
34
});
35
};
36
37
describe(
'Queue'
, () => {
38
beforeEach(() => {
Callers
1
queue.test.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected