diff options
| author | 2026-03-28 14:25:31 +0000 | |
|---|---|---|
| committer | 2026-03-28 14:25:31 +0000 | |
| commit | 3dc0eefa251989eb45bf647f83ec19369660b76b (patch) | |
| tree | 001457ab5e50262d98126c80f0dfc51429a949eb /repository/objects.go | |
| parent | furgit: Document contract labels (diff) | |
| signature | No signature | |
repository: Use labels v0.1.120
Diffstat (limited to 'repository/objects.go')
| -rw-r--r-- | repository/objects.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/repository/objects.go b/repository/objects.go index ec83f70b..ea1956c1 100644 --- a/repository/objects.go +++ b/repository/objects.go @@ -77,9 +77,7 @@ func openObjectStore( // Objects returns the configured object store. // -// The returned store is owned by Repository and borrows repository-managed -// resources. Callers must not close it directly, and it must not be used after -// Close. +// Labels: Life-Parent, Close-No. // //nolint:ireturn func (repo *Repository) Objects() objectstore.ReadingStore { |
