Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eapache/channels
/ In
Method
In
native_channel.go:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(ch DeadChannel) In()
chan
<-
interface
{} {
76
return
nil
77
}
78
79
func
(ch DeadChannel) Out() <-
chan
interface
{} {
80
return
nil
Callers
1
TestDeadChannel
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestDeadChannel
Function · 0.76