| 105 | * filter would silently drop the mature emit. See HAPI Bot R3 finding #1. |
| 106 | */ |
| 107 | export class IncomingMessageFilter { |
| 108 | private readonly seenIds = new Set<string>() |
| 109 | private readonly capacity: number |
| 110 | private lastSeenSeq: number | null = null |
nothing calls this directly
no outgoing calls
no test coverage detected