Close is a dummy function in order to implement the Closer and ReadCloser interfaces
()
| 417 | // Close is a dummy function in order to implement the Closer and |
| 418 | // ReadCloser interfaces |
| 419 | func (stream *OdbReadStream) Close() error { |
| 420 | return nil |
| 421 | } |
| 422 | |
| 423 | func (stream *OdbReadStream) Free() { |
| 424 | runtime.SetFinalizer(stream, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected