aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/store.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 17:08:46 +0000
committerGravatar Runxi Yu2026-03-28 17:08:46 +0000
commit78461860b65f84b2a4933ef8a033fa581a4d0c68 (patch)
treec0aa308b2a24f3782c164cc554d4bac9a182edfe /ref/store/files/store.go
parentref/store/chain: Update docs (diff)
signatureNo signature
ref/store/files: Update docs
Diffstat (limited to 'ref/store/files/store.go')
-rw-r--r--ref/store/files/store.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ref/store/files/store.go b/ref/store/files/store.go
index 7c3f07af..9e548af5 100644
--- a/ref/store/files/store.go
+++ b/ref/store/files/store.go
@@ -14,8 +14,7 @@ import (
// Store reads and writes one Git files ref namespace rooted at one repository
// gitdir plus its commondir.
//
-// Store borrows gitRoot and owns commonRoot. Close releases only resources
-// opened by the store itself.
+// Labels: Close-Caller.
type Store struct {
gitRoot *os.Root
commonRoot *os.Root