(stream: MemoryExecutionStream)
| 375 | } |
| 376 | |
| 377 | function touchMemoryStream(stream: MemoryExecutionStream): void { |
| 378 | stream.expiresAt = Date.now() + TTL_SECONDS * 1000 |
| 379 | } |
| 380 | |
| 381 | function isReplayBeforeAvailableEvents( |
| 382 | afterEventId: number, |
no outgoing calls
no test coverage detected