MCPcopy Index your code
hub / github.com/simstudioai/sim / getBudgetIndexKey

Function getBudgetIndexKey

apps/sim/lib/uploads/utils/user-file-base64.server.ts:312–314  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

310}
311
312function getBudgetIndexKey(executionId: string): string {
313 return `${REDIS_BUDGET_KEY_PREFIX}exec:${executionId}`
314}
315
316function serializeBudgetEntry(entry: Base64BudgetEntry): string {
317 return JSON.stringify(entry)

Callers 3

setFunction · 0.85
cleanupBudgetEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected