(t *testing.T)
| 104 | } |
| 105 | |
| 106 | func TestMultiplex(t *testing.T) { |
| 107 | testMultiplex(t, Multiplex) |
| 108 | } |
| 109 | |
| 110 | func TestWeakMultiplex(t *testing.T) { |
| 111 | testMultiplex(t, WeakMultiplex) |
nothing calls this directly
no test coverage detected
searching dependent graphs…