aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/new.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/new.go
parentref/store/chain: Update docs (diff)
signatureNo signature
ref/store/files: Update docs
Diffstat (limited to 'ref/store/files/new.go')
-rw-r--r--ref/store/files/new.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ref/store/files/new.go b/ref/store/files/new.go
index bca3a491..3c754968 100644
--- a/ref/store/files/new.go
+++ b/ref/store/files/new.go
@@ -9,6 +9,8 @@ import (
)
// New creates one files ref store rooted at one repository gitdir.
+//
+// Labels: Deps-Borrowed.
func New(root *os.Root, algo objectid.Algorithm, packedRefsTimeout time.Duration) (*Store, error) {
if algo.Size() == 0 {
return nil, objectid.ErrInvalidAlgorithm