(streamId: string)
| 26 | } |
| 27 | |
| 28 | function getSeqKey(streamId: string) { |
| 29 | return `${STREAM_OUTBOX_PREFIX}${streamId}:seq` |
| 30 | } |
| 31 | |
| 32 | function getAbortKey(streamId: string) { |
| 33 | return `${STREAM_OUTBOX_PREFIX}${streamId}:abort` |
no outgoing calls
no test coverage detected