MCPcopy 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
46func (ch *BatchingChannel) Cap() BufferCap {
47 return ch.size
48}
49
50func (ch *BatchingChannel) Close() {
51 close(ch.input)

Callers 1

TestBatchingChannelCapFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBatchingChannelCapFunction · 0.76