Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
287
func
(c genCtx) Err() error {
288
select
{
289
case
<-c.gen.done:
290
return
ErrGenerationEnded
291
default:
292
return
nil
293
}
294
}
295
296
func
(c genCtx) Deadline() (time.Time, bool) {
297
return
time.Time{}, false
Callers
1
Next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected