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

Function getSetting

packages/player/src/stores/settingsStore.ts:89–90  ·  view source on GitHub ↗
(fullyQualifiedId: string)

Source from the content-addressed store, hash-verified

87};
88
89export const getSetting = (fullyQualifiedId: string): SettingValue =>
90 useSettingsStore.getState().getValue(fullyQualifiedId);
91
92export const setSetting = async (
93 fullyQualifiedId: string,

Callers 15

UpdateBadgeFunction · 0.90
getDirectionalIndexFunction · 0.90
queueStore.tsFile · 0.90
updaterStore.tsFile · 0.90
createPlaybackHostFunction · 0.90
isEnabledFunction · 0.90
watchSettingsFunction · 0.90
initDiscordHandlerFunction · 0.90
watchEnabledSettingFunction · 0.90
initHttpApiHandlerFunction · 0.90
watchSettingsFunction · 0.90

Calls 1

getStateMethod · 0.80

Tested by

no test coverage detected