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

Function saveGlobalLayoutConfig

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

Source from the content-addressed store, hash-verified

61 };
62
63 const saveGlobalLayoutConfig = async () => {
64 return await setLayoutConfig().execute({
65 data: JSON.stringify(globalLayoutConfig.value)
66 });
67 };
68
69 const resetGlobalLayoutConfig = async () => {
70 return await resetLayoutConfig().execute();

Callers 2

setSettingsConfigFunction · 0.85
onOkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected