Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ readDeadline
Method
readDeadline
conn.go:1319–1321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1317
}
1318
1319
func
(c *Conn) readDeadline() time.Time {
1320
return
c.rdeadline.deadline()
1321
}
1322
1323
func
(c *Conn) writeDeadline() time.Time {
1324
return
c.wdeadline.deadline()
Callers
1
Read
Method · 0.80
Calls
1
deadline
Method · 0.80
Tested by
1
Read
Method · 0.64