| 26 | }; |
| 27 | |
| 28 | export abstract class BaseSessionScanner<TEvent> { |
| 29 | private readonly sync: InvalidateSync; |
| 30 | private readonly watchers = new Map<string, () => void>(); |
| 31 | private readonly processedEventKeys = new Set<string>(); |
nothing calls this directly
no outgoing calls
no test coverage detected