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

Function setAllLayoutConfig

frontend/src/config/originLayoutConfig.ts:12–14  ·  view source on GitHub ↗
(cfg: IPageLayoutConfig[])

Source from the content-addressed store, hash-verified

10export let ORIGIN_LAYOUT_CONFIG: IPageLayoutConfig[] = [];
11
12export function setAllLayoutConfig(cfg: IPageLayoutConfig[]) {
13 ORIGIN_LAYOUT_CONFIG = cfg;
14}
15
16export function getAllLayoutConfig() {
17 return ORIGIN_LAYOUT_CONFIG;

Callers 2

setSettingsConfigFunction · 0.90
initLayoutConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected