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

Method In

native_channel.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (ch DeadChannel) In() chan<- interface{} {
76 return nil
77}
78
79func (ch DeadChannel) Out() <-chan interface{} {
80 return nil

Callers 1

TestDeadChannelFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDeadChannelFunction · 0.76