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

Function NewDeadChannel

native_channel.go:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69type DeadChannel struct{}
70
71func NewDeadChannel() DeadChannel {
72 return DeadChannel{}
73}
74
75func (ch DeadChannel) In() chan<- interface{} {
76 return nil

Callers 1

TestDeadChannelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestDeadChannelFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…