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