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

Method checkRows

benchmark_test.go:39–42  ·  view source on GitHub ↗
(rows *sql.Rows, err error)

Source from the content-addressed store, hash-verified

37}
38
39func (tb *TB) checkRows(rows *sql.Rows, err error) *sql.Rows {
40 tb.check(err)
41 return rows
42}
43
44func (tb *TB) checkStmt(stmt *sql.Stmt, err error) *sql.Stmt {
45 tb.check(err)

Callers 3

BenchmarkRoundtripTxtFunction · 0.80
BenchmarkRoundtripBinFunction · 0.80
BenchmarkReceiveMetadataFunction · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected