MCPcopy Index your code
hub / github.com/nukeop/nuclear / initializeShortcutsStore

Function initializeShortcutsStore

packages/player/src/stores/shortcutsStore.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 );
82
83export const initializeShortcutsStore = async (): Promise<void> => {
84 await useShortcutsStore.getState().loadFromDisk();
85};

Callers 1

initPlayerAppFunction · 0.90

Calls 1

getStateMethod · 0.80

Tested by

no test coverage detected