diff options
| author | 2026-03-29 08:09:34 +0000 | |
|---|---|---|
| committer | 2026-03-29 08:09:34 +0000 | |
| commit | 161d2fab0b7ddee35696c5600d3ebd5bae6e6527 (patch) | |
| tree | 887cd546fe3a05489cd3b4e37f9a4bf2770e50f1 /repository/objects.go | |
| parent | *: Remove Close exception for MT-Safe (diff) | |
| signature | No signature | |
repository: Add guidance
Diffstat (limited to 'repository/objects.go')
| -rw-r--r-- | repository/objects.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repository/objects.go b/repository/objects.go index ea1956c1..62170514 100644 --- a/repository/objects.go +++ b/repository/objects.go @@ -77,6 +77,10 @@ func openObjectStore( // Objects returns the configured object store. // +// Use Objects for direct object-ID lookups, object headers, sizes, raw object +// bytes, or streamed object contents. Callers who want typed object values +// should usually prefer [Repository.Fetcher]. +// // Labels: Life-Parent, Close-No. // //nolint:ireturn |
