Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ saveDisplaySettings
Function
saveDisplaySettings
graph-ui/src/lib/density.ts:130–134 ·
view source on GitHub ↗
(settings: DisplaySettings)
Source
from the content-addressed store, hash-verified
128
}
129
130
export
function
saveDisplaySettings(settings: DisplaySettings) {
131
try {
132
localStorage.setItem(DISPLAY_STORAGE_KEY, JSON.stringify(settings));
133
} catch { /* ignore */ }
134
}
Callers
1
GraphTab
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected