(streamId: string)
| 22 | } |
| 23 | |
| 24 | function getEventsKey(streamId: string) { |
| 25 | return `${STREAM_OUTBOX_PREFIX}${streamId}:events` |
| 26 | } |
| 27 | |
| 28 | function getSeqKey(streamId: string) { |
| 29 | return `${STREAM_OUTBOX_PREFIX}${streamId}:seq` |
no outgoing calls
no test coverage detected