MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / writeTableCompactModes

Function writeTableCompactModes

web/src/helpers/utils.js:525–531  ·  view source on GitHub ↗
(modes)

Source from the content-addressed store, hash-verified

523}
524
525function writeTableCompactModes(modes) {
526 try {
527 localStorage.setItem(TABLE_COMPACT_MODES_KEY, JSON.stringify(modes));
528 } catch {
529 // ignore
530 }
531}
532
533export function getTableCompactMode(tableKey = 'global') {
534 const modes = readTableCompactModes();

Callers 1

setTableCompactModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected