MCPcopy
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}
90func (m *mockConn) SetWriteDeadline(t time.Time) error {
91 return nil
92}
93
94// make sure mockConn implements the net.Conn interface
95var _ net.Conn = new(mockConn)

Callers 1

writeWithTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected