aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/exact_tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/exact_tree.go')
-rw-r--r--object/fetch/exact_tree.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/object/fetch/exact_tree.go b/object/fetch/exact_tree.go
index cab10ba2..71d4c2b9 100644
--- a/object/fetch/exact_tree.go
+++ b/object/fetch/exact_tree.go
@@ -9,6 +9,8 @@ import (
)
// ExactTree reads, parses, and wraps the tree at id.
+//
+// Labels: Life-Parent.
func (r *Fetcher) ExactTree(id objectid.ObjectID) (*stored.Stored[*tree.Tree], error) {
parsed, err := r.parseObject(id)
if err != nil {