Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-sql-driver/mysql
/ checkDB
Method
checkDB
benchmark_test.go:34–37 ·
view source on GitHub ↗
(db *sql.DB, err error)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(tb *TB) checkDB(db *sql.DB, err error) *sql.DB {
35
tb.check(err)
36
return
db
37
}
38
39
func
(tb *TB) checkRows(rows *sql.Rows, err error) *sql.Rows {
40
tb.check(err)
Callers
4
initDB
Function · 0.80
BenchmarkExec
Function · 0.80
BenchmarkRoundtripTxt
Function · 0.80
BenchmarkRoundtripBin
Function · 0.80
Calls
1
check
Method · 0.95
Tested by
no test coverage detected