MCPcopy
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
241export const initializePlaylistStore = async (): Promise<void> => {
242 await usePlaylistStore.getState().loadIndex();
243};

Callers 1

initPlayerAppFunction · 0.90

Calls 2

loadIndexMethod · 0.80
getStateMethod · 0.80

Tested by

no test coverage detected