MCPcopy
hub / github.com/modstart-lib/aigcpanel / useSettingStore

Function useSettingStore

src/store/modules/setting.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135window.__page.onBroadcast("DarkModeChange", setting.onDarkModeChangeBroadcast);
136
137export const useSettingStore = () => {
138 return setting;
139};

Callers 3

main.tsFile · 0.90
user.tsFile · 0.90
user.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected