MCPcopy 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

4import { coreSettingsHost } from '../services/settingsHost';
5
6export const useCoreSetting = <T extends SettingValue = SettingValue>(
7 id: string,
8) => useSetting<T>(coreSettingsHost, id);

Callers 7

TestCoreSettingTextFunction · 0.90
JamQrCodeButtonFunction · 0.90
SoundProviderFunction · 0.90
ConnectedThemeControllerFunction · 0.90
ConnectedControlsFunction · 0.90
ConnectedVolumeFunction · 0.90
useFramelessWindowFunction · 0.90

Calls 1

useSettingFunction · 0.90

Tested by 1

TestCoreSettingTextFunction · 0.72