MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / saveWidth

Function saveWidth

graph-ui/src/components/GraphTab.tsx:38–40  ·  view source on GitHub ↗
(key: string, value: number)

Source from the content-addressed store, hash-verified

36 return fallback;
37}
38function saveWidth(key: string, value: number) {
39 try { localStorage.setItem(key, String(Math.round(value))); } catch { /* ignore */ }
40}
41
42/* Persist the node budget per project */
43function budgetKey(project: string): string {

Callers 1

GraphTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected