From 11d8ea1378bca6cb364f15363b7e9e130d7b1c3d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 6 Jun 2026 21:21:06 +0000 Subject: Label fixes --- object/id/object_id_ops.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'object/id') diff --git a/object/id/object_id_ops.go b/object/id/object_id_ops.go index b97cb19a..a8c08f33 100644 --- a/object/id/object_id_ops.go +++ b/object/id/object_id_ops.go @@ -11,6 +11,8 @@ func (id ObjectID) ObjectFormat() ObjectFormat { } // Bytes returns a copy of the object ID bytes. +// +// Labels: Life-Independent. func (id ObjectID) Bytes() []byte { size := id.ObjectFormat().Size() @@ -21,7 +23,7 @@ func (id ObjectID) Bytes() []byte { // // Prefer [ObjectID.Bytes] except for when it is a performance bottleneck. // -// Labels: Mut-No. +// Labels: Life-Parent, Mut-No. func (id *ObjectID) RawBytes() []byte { size := id.ObjectFormat().Size() -- cgit v1.3.1-10-gc9f91