Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ SetWriteDeadline
Method
SetWriteDeadline
conn_test.go:94–96 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(c *connPipe) SetWriteDeadline(t time.Time) error {
95
return
c.wconn.SetWriteDeadline(t)
96
}
97
98
func
init() {
99
rand.Seed(time.Now().UnixNano())
Callers
1
Close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected