MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getSettingsConfig

Function getSettingsConfig

frontend/src/stores/useLayoutConfig.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 };
72
73 const getSettingsConfig = async () => {
74 return getAllLayoutConfig().find((v) => v.page === "__settings__");
75 };
76
77 const setSettingsConfig = async (config: IPageLayoutConfig) => {
78 const layout = getAllLayoutConfig();

Callers 2

initAppThemeFunction · 0.85

Calls 1

getAllLayoutConfigFunction · 0.90

Tested by

no test coverage detected