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

Method In

native_channel.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (ch NativeChannel) In() chan<- interface{} {
47 return ch
48}
49
50func (ch NativeChannel) Out() <-chan interface{} {
51 return ch

Callers 3

testTeeFunction · 0.95
testDistributeFunction · 0.95
TestUnwrapFunction · 0.95

Calls

no outgoing calls

Tested by 3

testTeeFunction · 0.76
testDistributeFunction · 0.76
TestUnwrapFunction · 0.76