MCPcopy Create free account
hub / github.com/error311/FileRise / readLayout

Function readLayout

public/js/dragAndDrop.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48function readLayout() {
49 try { return JSON.parse(localStorage.getItem(LAYOUT_KEY) || '{}'); }
50 catch (e) { return {}; }
51}
52function writeLayout(layout) {
53 localStorage.setItem(LAYOUT_KEY, JSON.stringify(layout || {}));
54}

Callers 6

setLayoutForFunction · 0.85
enforceResponsiveZonesFunction · 0.85
applyUserLayoutOrDefaultFunction · 0.85
loadHeaderOrderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected