aboutsummaryrefslogtreecommitdiff
path: root/object/id/objectid_byte.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 11:39:35 +0000
committerGravatar Runxi Yu2026-03-31 11:39:35 +0000
commitdb860b02aa05551d8d70cce512f39bb24b935fbc (patch)
tree10f6e38cab72f169f043d6e35d1708e1b8882285 /object/id/objectid_byte.go
parentobject/store/packed/internal/ingest: TODO (diff)
signatureNo signature
object/id: Mut-Never RawBytes v0.1.171
Diffstat (limited to 'object/id/objectid_byte.go')
-rw-r--r--object/id/objectid_byte.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/object/id/objectid_byte.go b/object/id/objectid_byte.go
index 8384ff45..8bd8ab82 100644
--- a/object/id/objectid_byte.go
+++ b/object/id/objectid_byte.go
@@ -9,10 +9,9 @@ func (id ObjectID) Bytes() []byte {
// RawBytes returns a direct byte slice view of the object ID bytes.
//
-// The returned slice aliases the object ID's internal storage. Callers MUST
-// treat it as read-only and MUST NOT modify its contents.
-//
// Use Bytes when an independent copy is required.
+//
+// Labels: Mut-Never.
func (id *ObjectID) RawBytes() []byte {
size := id.Algorithm().Size()