MCPcopy
hub / github.com/d3george/slash-admin / useSettings

Function useSettings

src/store/settingStore.ts:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60);
61
62export const useSettings = () => useSettingStore((state) => state.settings);
63export const useSettingActions = () => useSettingStore((state) => state.actions);

Callers 15

useChartFunction · 0.90
LineLoadingFunction · 0.90
HighlightCodeFunction · 0.90
ToastFunction · 0.90
SettingButtonFunction · 0.90
HeaderFunction · 0.90
MainFunction · 0.90
PcLayoutFunction · 0.90
PcVerticalLayoutFunction · 0.90
useMultiTabsStyleFunction · 0.90
NavVerticalLayoutFunction · 0.90
ThemeProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected