Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eapache/channels
/ Cap
Method
Cap
batching_channel.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(ch *BatchingChannel) Cap() BufferCap {
47
return
ch.size
48
}
49
50
func
(ch *BatchingChannel) Close() {
51
close(ch.input)
Callers
1
TestBatchingChannelCap
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestBatchingChannelCap
Function · 0.76