Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
(ch DeadChannel) Len() int {
84
return
0
85
}
86
87
func
(ch DeadChannel) Cap() BufferCap {
88
return
BufferCap(0)
Callers
1
TestDeadChannel
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestDeadChannel
Function · 0.76