()
| 40 | var driverNameTest string |
| 41 | |
| 42 | func init() { |
| 43 | if driverNameTest == "" { |
| 44 | driverNameTest = driverName |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | // Ensure that all the driver interfaces are implemented |
| 49 | var ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…