(_ context.Context)
| 257 | func (s *SQL) As(out any) bool { return false } |
| 258 | |
| 259 | func (s *SQL) Close(_ context.Context) error { |
| 260 | return nil |
| 261 | } |
| 262 | |
| 263 | func (s *SQL) Done() <-chan struct{} { |
| 264 | // Never returns |
nothing calls this directly
no outgoing calls
no test coverage detected