(message, handle, options)
| 93 | simultaneousAccepts: true, |
| 94 | |
| 95 | send(message, handle, options) { |
| 96 | return handle; |
| 97 | }, |
| 98 | |
| 99 | got(message, handle, emit) { |
| 100 | emit(handle); |
nothing calls this directly
no test coverage detected
searching dependent graphs…