Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ initializePlaylistStore
Function
initializePlaylistStore
packages/player/src/stores/playlistStore.ts:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
}));
240
241
export
const
initializePlaylistStore =
async
(): Promise<void> => {
242
await
usePlaylistStore.getState().loadIndex();
243
};
Callers
1
initPlayerApp
Function · 0.90
Calls
2
loadIndex
Method · 0.80
getState
Method · 0.80
Tested by
no test coverage detected