MCPcopy
hub / github.com/nukeop/nuclear / setSetting

Function setSetting

packages/player/src/stores/settingsStore.ts:92–96  ·  view source on GitHub ↗
(
  fullyQualifiedId: string,
  value: SettingValue,
)

Source from the content-addressed store, hash-verified

90 useSettingsStore.getState().getValue(fullyQualifiedId);
91
92export const setSetting = async (
93 fullyQualifiedId: string,
94 value: SettingValue,
95): Promise<void> =>
96 useSettingsStore.getState().setValue(fullyQualifiedId, value);

Callers 8

persistActiveThemeFunction · 0.90
createPlaybackHostFunction · 0.90
startServerFunction · 0.90
startServerFunction · 0.90
startServerFunction · 0.90
GlobalShortcutsFunction · 0.90

Calls 1

getStateMethod · 0.80

Tested by

no test coverage detected