func(*EventEmitter)
| 98 | const maxStoredErrors = 100 |
| 99 | |
| 100 | type EventEmitterOption func(*EventEmitter) |
| 101 | |
| 102 | func WithSubscriptionBufSize(size uint) EventEmitterOption { |
| 103 | return func(e *EventEmitter) { |
nothing calls this directly
no outgoing calls
no test coverage detected