MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Close

Method Close

asyncbuffer/buffer_test.go:63–65  ·  view source on GitHub ↗

Close forwards closing to the underlying reader

()

Source from the content-addressed store, hash-verified

61
62// Close forwards closing to the underlying reader
63func (r *erraticReader) Close() error {
64 return r.reader.Close()
65}
66
67// blockingReader is a test reader which flushes data in chunks
68type blockingReader struct {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected