Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ useCoreSetting
Function
useCoreSetting
packages/player/src/hooks/useCoreSetting.ts:6–8 ·
view source on GitHub ↗
( id: string, )
Source
from the content-addressed store, hash-verified
4
import
{ coreSettingsHost } from
'../services/settingsHost'
;
5
6
export
const
useCoreSetting = <T extends SettingValue = SettingValue>(
7
id: string,
8
) => useSetting<T>(coreSettingsHost, id);
Callers
7
TestCoreSettingText
Function · 0.90
JamQrCodeButton
Function · 0.90
SoundProvider
Function · 0.90
ConnectedThemeController
Function · 0.90
ConnectedControls
Function · 0.90
ConnectedVolume
Function · 0.90
useFramelessWindow
Function · 0.90
Calls
1
useSetting
Function · 0.90
Tested by
1
TestCoreSettingText
Function · 0.72