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

Method flushNextChunk

asyncbuffer/buffer_test.go:98–100  ·  view source on GitHub ↗

flushNextChunk unlocks the reader, allowing it to return the next chunk of data

()

Source from the content-addressed store, hash-verified

96
97// flushNextChunk unlocks the reader, allowing it to return the next chunk of data
98func (r *blockingReader) flushNextChunk() {
99 r.mu.Unlock()
100}
101
102// flush unlocks the reader, allowing it to return all data as usual
103func (r *blockingReader) flush() {

Callers 1

TestAsyncBufferReadAsyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected