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

Method Err

consumergroup.go:287–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285}
286
287func (c genCtx) Err() error {
288 select {
289 case <-c.gen.done:
290 return ErrGenerationEnded
291 default:
292 return nil
293 }
294}
295
296func (c genCtx) Deadline() (time.Time, bool) {
297 return time.Time{}, false

Callers 1

NextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected