From f87db5f65f61709a44e111fc47bfbb0865b2067b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 16:46:30 +0000 Subject: object/fetch: Update docs and rename resolver->fetcher --- object/fetch/exact_object.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'object/fetch/exact_object.go') 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 { -- cgit v1.3.1-10-gc9f91