(executionId: string)
| 161 | } |
| 162 | |
| 163 | function getSeqKey(executionId: string) { |
| 164 | return `${REDIS_PREFIX}${executionId}:seq` |
| 165 | } |
| 166 | |
| 167 | function getMetaKey(executionId: string) { |
| 168 | return `${REDIS_PREFIX}${executionId}:meta` |
no outgoing calls
no test coverage detected