(err error)
| 153 | } |
| 154 | |
| 155 | func errPass(err error) storageProcedure { |
| 156 | return func(_ *sql.Tx) error { |
| 157 | return err |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | func openStorage(path string) (st xi.Storage, err error) { |
| 162 | var ierr error |
no outgoing calls
no test coverage detected