Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-sql-driver/mysql
/ Close
Method
Close
driver_test.go:3452–3455 · driver_test.go::dummyConnection.Close
()
Source
from the content-addressed store, hash-verified
3450
}
3451
3452
func
(d *dummyConnection) Close() error {
3453
d.closed = true
3454
return
nil
3455
}
3456
3457
func
TestConnectorTimeoutsWatchCancel(t *testing.T) {
3458
var
(
Callers
15
init
Function · 0.45
runTestsWithMultiStatement
Function · 0.45
runTests
Function · 0.45
runTestsParallel
Function · 0.45
TestEmptyQuery
Function · 0.45
TestCRUD
Function · 0.45
TestMultiQuery
Function · 0.45
TestInt
Function · 0.45
TestFloat32
Function · 0.45
TestFloat64
Function · 0.45
TestFloat64Placeholder
Function · 0.45
TestString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected