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

Function TestWeakMultiplex

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

Source from the content-addressed store, hash-verified

108}
109
110func TestWeakMultiplex(t *testing.T) {
111 testMultiplex(t, WeakMultiplex)
112}
113
114func testTee(t *testing.T, tee func(input SimpleOutChannel, outputs ...SimpleInChannel)) {
115 a := NewNativeChannel(None)

Callers

nothing calls this directly

Calls 1

testMultiplexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…