Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-sql-driver/mysql
/ SetWriteDeadline
Method
SetWriteDeadline
packets_test.go:90–92 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
88
return
nil
89
}
90
func
(m *mockConn) SetWriteDeadline(t time.Time) error {
91
return
nil
92
}
93
94
// make sure mockConn implements the net.Conn interface
95
var
_ net.Conn = new(mockConn)
Callers
1
writeWithTimeout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected