MCPcopy
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
3452func (d *dummyConnection) Close() error {
3453 d.closed = true
3454 return nil
3455}
3456
3457func TestConnectorTimeoutsWatchCancel(t *testing.T) {
3458 var (

Callers 15

initFunction · 0.45
runTestsFunction · 0.45
runTestsParallelFunction · 0.45
TestEmptyQueryFunction · 0.45
TestCRUDFunction · 0.45
TestMultiQueryFunction · 0.45
TestIntFunction · 0.45
TestFloat32Function · 0.45
TestFloat64Function · 0.45
TestFloat64PlaceholderFunction · 0.45
TestStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected