MCPcopy Index your code
hub / github.com/sourcegraph/conc / getCh

Function getCh

stream/stream.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func getCh() callbackCh {
147 return callbackChPool.Get().(callbackCh)
148}
149
150func putCh(ch callbackCh) {
151 callbackChPool.Put(ch)

Callers 1

GoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…