func(*sql.DB)
| 18 | var testDB *sql.DB |
| 19 | |
| 20 | type ScopedTestBody func(*sql.DB) |
| 21 | |
| 22 | // TestMain provides testing infrastructure within this package. |
| 23 | func TestMain(m *testing.M) { |
nothing calls this directly
no outgoing calls
no test coverage detected