MCPcopy
hub / github.com/minio/minio-go / Close

Method Close

api-select.go:496–499  ·  view source on GitHub ↗

Close - closes the underlying response body and the stream reader.

()

Source from the content-addressed store, hash-verified

494
495// Close - closes the underlying response body and the stream reader.
496func (s *SelectResults) Close() error {
497 defer closeResponse(s.resp)
498 return s.pipeReader.Close()
499}
500
501// Read - is a reader compatible implementation for SelectObjectContent records.
502func (s *SelectResults) Read(b []byte) (n int, err error) {

Callers 1

startMethod · 0.45

Calls 1

closeResponseFunction · 0.70

Tested by

no test coverage detected