···2424 // Implementations may use backend-local lookup semantics for symbolic hops.
2525 // Callers that need cross-backend symbolic resolution (for example in a
2626 // chain of stores) should prefer repeatedly calling Resolve.
2727+ //
2828+ // ResolveFully resolves symbolic references only. It does not imply peeling
2929+ // annotated tag objects.
2730 ResolveFully(name string) (ref.Detached, error)
2831 // List returns references matching pattern.
2932 //