Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
type
DeadChannel
struct
{}
70
71
func
NewDeadChannel() DeadChannel {
72
return
DeadChannel{}
73
}
74
75
func
(ch DeadChannel) In()
chan
<-
interface
{} {
76
return
nil
Callers
1
TestDeadChannel
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestDeadChannel
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…