MCPcopy
hub / github.com/segmentio/kafka-go / resolve

Method resolve

transport.go:901–901  ·  view source on GitHub ↗
(res Response)

Source from the content-addressed store, hash-verified

899}
900
901func (p async) resolve(res Response) { p <- res }
902
903func (p async) reject(err error) { p <- err }
904

Callers 3

TestIssue672Function · 0.80
TestIssue806Function · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestIssue672Function · 0.64
TestIssue806Function · 0.64