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

Function saveNodeBudget

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

Source from the content-addressed store, hash-verified

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

Callers 1

GraphTabFunction · 0.85

Calls 1

budgetKeyFunction · 0.85

Tested by

no test coverage detected