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

Function budgetKey

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

Source from the content-addressed store, hash-verified

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

Callers 2

loadNodeBudgetFunction · 0.85
saveNodeBudgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected