Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eapache/channels
/ In
Method
In
native_channel.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(ch NativeChannel) In()
chan
<-
interface
{} {
47
return
ch
48
}
49
50
func
(ch NativeChannel) Out() <-
chan
interface
{} {
51
return
ch
Callers
3
testTee
Function · 0.95
testDistribute
Function · 0.95
TestUnwrap
Function · 0.95
Calls
no outgoing calls
Tested by
3
testTee
Function · 0.76
testDistribute
Function · 0.76
TestUnwrap
Function · 0.76