()
| 48 | } |
| 49 | |
| 50 | function createPublisher(): any { |
| 51 | return new Publisher(emitter); |
| 52 | } |
| 53 | |
| 54 | function createSubscriber(): any { |
| 55 | return new Consumer(emitter); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…