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

Method Out

native_channel.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (ch DeadChannel) Out() <-chan interface{} {
80 return nil
81}
82
83func (ch DeadChannel) Len() int {
84 return 0

Callers 1

TestDeadChannelFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDeadChannelFunction · 0.76