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

Function saveNodeBudget

graph-ui/src/components/GraphTab.tsx:54–56  ·  view source on GitHub ↗
(project: string, value: number)

Source from the content-addressed store, hash-verified

52 return GRAPH_RENDER_NODE_LIMIT;
53}
54function saveNodeBudget(project: string, value: number) {
55 try { localStorage.setItem(budgetKey(project), String(value)); } catch { /* ignore */ }
56}
57
58interface GraphTabProps {
59 project: string | null;

Callers 1

GraphTabFunction · 0.85

Calls 1

budgetKeyFunction · 0.85

Tested by

no test coverage detected