MCPcopy Create free account
hub / github.com/eapache/channels / TestWeakDistribute

Function TestWeakDistribute

channels_test.go:206–208  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

204}
205
206func TestWeakDistribute(t *testing.T) {
207 testDistribute(t, WeakDistribute)
208}
209
210func TestWrap(t *testing.T) {
211 rawChan := make(chan int, 5)

Callers

nothing calls this directly

Calls 1

testDistributeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…