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

Function budgetKey

graph-ui/src/components/GraphTab.tsx:44–46  ·  view source on GitHub ↗
(project: string)

Source from the content-addressed store, hash-verified

42
43/* Persist the node budget per project */
44function budgetKey(project: string): string {
45 return `cbm-node-budget:${project}`;
46}
47function loadNodeBudget(project: string): number {
48 try {
49 const v = localStorage.getItem(budgetKey(project));

Callers 2

loadNodeBudgetFunction · 0.85
saveNodeBudgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected