aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:52:39 +0000
committerGravatar Runxi Yu2026-03-29 03:52:39 +0000
commitf50338570adee19a64d7a83105b5a9ff30df84f2 (patch)
treef75e731039cc54bf65cd50f747a09ca9eac76f70 /object/store/packed
parentnetwork: Fix labels (diff)
signatureNo signature
*: Add Life-Parent for Deps-Borrowed where appropriate
Diffstat (limited to 'object/store/packed')
-rw-r--r--object/store/packed/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/packed/new.go b/object/store/packed/new.go
index 0668268e..96339f3d 100644
--- a/object/store/packed/new.go
+++ b/object/store/packed/new.go
@@ -9,7 +9,7 @@ import (
// New creates a packed-object store rooted at an objects/pack directory.
//
-// Labels: Deps-Borrowed.
+// Labels: Deps-Borrowed, Life-Parent.
func New(root *os.Root, algo objectid.Algorithm, opts Options) (*Store, error) {
if algo.Size() == 0 {
return nil, objectid.ErrInvalidAlgorithm