aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/exact_blob_reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/exact_blob_reader.go')
-rw-r--r--object/fetch/exact_blob_reader.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/object/fetch/exact_blob_reader.go b/object/fetch/exact_blob_reader.go
index 95f5e1aa..ee0fc21a 100644
--- a/object/fetch/exact_blob_reader.go
+++ b/object/fetch/exact_blob_reader.go
@@ -9,6 +9,8 @@ import (
// ExactBlobReader returns a reader for the content of the blob at id,
// together with its content size in bytes.
+//
+// Labels: Life-Parent, Close-Caller.
func (r *Fetcher) ExactBlobReader(id objectid.ObjectID) (io.ReadCloser, int64, error) {
return r.exactReader(id, objecttype.TypeBlob, "blob")
}