aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/store.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 15:44:15 +0000
committerGravatar Runxi Yu2026-03-28 15:44:15 +0000
commit3709c0f3541b3b067b35025b517b80631b161a95 (patch)
treeab0b1f47a8f5c785889c719e9535e214b6537216 /object/store/packed/store.go
parentobject/store/memory: Update docs (diff)
signatureNo signature
object/store/packed: Update docs
Diffstat (limited to 'object/store/packed/store.go')
-rw-r--r--object/store/packed/store.go4
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