(t *testing.T)
| 204 | } |
| 205 | |
| 206 | func TestWeakDistribute(t *testing.T) { |
| 207 | testDistribute(t, WeakDistribute) |
| 208 | } |
| 209 | |
| 210 | func TestWrap(t *testing.T) { |
| 211 | rawChan := make(chan int, 5) |
nothing calls this directly
no test coverage detected
searching dependent graphs…