aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/exact_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/exact_object.go')
-rw-r--r--object/fetch/exact_object.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/object/fetch/exact_object.go b/object/fetch/exact_object.go
index 869d811f..2e4a8217 100644
--- a/object/fetch/exact_object.go
+++ b/object/fetch/exact_object.go
@@ -8,6 +8,8 @@ import (
// ExactObject reads, parses, and wraps the object at id without constraining
// its concrete object kind.
+//
+// Labels: Life-Parent.
func (r *Fetcher) ExactObject(id objectid.ObjectID) (*stored.Stored[object.Object], error) {
parsed, err := r.parseObject(id)
if err != nil {