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

Method Len

native_channel.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (ch DeadChannel) Len() int {
84 return 0
85}
86
87func (ch DeadChannel) Cap() BufferCap {
88 return BufferCap(0)

Callers 1

TestDeadChannelFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDeadChannelFunction · 0.76