diff options
| author | 2026-03-28 15:44:15 +0000 | |
|---|---|---|
| committer | 2026-03-28 15:44:15 +0000 | |
| commit | 3709c0f3541b3b067b35025b517b80631b161a95 (patch) | |
| tree | ab0b1f47a8f5c785889c719e9535e214b6537216 /object/store/packed/store.go | |
| parent | object/store/memory: Update docs (diff) | |
| signature | No signature | |
object/store/packed: Update docs
Diffstat (limited to 'object/store/packed/store.go')
| -rw-r--r-- | object/store/packed/store.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/object/store/packed/store.go b/object/store/packed/store.go index ef8a5eaf..2faa8df3 100644 --- a/object/store/packed/store.go +++ b/object/store/packed/store.go @@ -12,7 +12,9 @@ import ( // Store reads Git objects from pack/index files under an objects/pack root. // -// Store borrows its root. Cached pack/index mappings are retained until Close. +// Cached pack/index mappings are retained until Close. +// +// Labels: Close-Caller. type Store struct { // root is the borrowed objects/pack capability used for all file access. root *os.Root |
