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

Method Close

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

Source from the content-addressed store, hash-verified

39}
40
41func (r *countingReader) Close() error { return nil }
42
43func (r *countingReader) BytesRead() int64 {
44 return r.n.Load()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected