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

Method Close

asyncbuffer/buffer_test.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (r *blockingReader) Close() error { // Close forwards closing to the underlying reader
94 return r.reader.Close()
95}
96
97// flushNextChunk unlocks the reader, allowing it to return the next chunk of data
98func (r *blockingReader) flushNextChunk() {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected