MCPcopy
hub / github.com/go-sql-driver/mysql / Read

Method Read

driver_test.go:3395–3398  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

3393}
3394
3395func (sc *slowConnection) Read(b []byte) (int, error) {
3396 time.Sleep(sc.slowdown)
3397 return sc.Conn.Read(b)
3398}
3399
3400type connectorHijack struct {
3401 driver.Connector

Callers 1

runTestsParallelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected