Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
export
const
initializeShortcutsStore =
async
(): Promise<void> => {
84
await
useShortcutsStore.getState().loadFromDisk();
85
};
Callers
1
initPlayerApp
Function · 0.90
Calls
1
getState
Method · 0.80
Tested by
no test coverage detected