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

Function TestWeakTee

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

Source from the content-addressed store, hash-verified

150}
151
152func TestWeakTee(t *testing.T) {
153 testTee(t, WeakTee)
154}
155
156func testDistribute(t *testing.T, dist func(input SimpleOutChannel, outputs ...SimpleInChannel)) {
157 a := NewNativeChannel(None)

Callers

nothing calls this directly

Calls 1

testTeeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…