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

Function saveWidth

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

Source from the content-addressed store, hash-verified

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

Callers 1

GraphTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected