Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
135
window.__page.onBroadcast(
"DarkModeChange"
, setting.onDarkModeChangeBroadcast);
136
137
export
const
useSettingStore = () => {
138
return
setting;
139
};
Callers
3
main.ts
File · 0.90
user.ts
File · 0.90
user.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected