aboutsummaryrefslogtreecommitdiff
path: root/furgit.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 /furgit.go
parentobject/store/packed/internal/ingest: TODO (diff)
signatureNo signature
object/id: Mut-Never RawBytes v0.1.171
Diffstat (limited to 'furgit.go')
-rw-r--r--furgit.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/furgit.go b/furgit.go
index 75a79390..60966584 100644
--- a/furgit.go
+++ b/furgit.go
@@ -60,6 +60,10 @@
// - Close-No: the caller must not close the returned value directly.
// - Close-Idem: repeated Close calls are safe.
//
+// Mutation labels:
+//
+// - Mut-Never: returned values must not be mutated.
+//
// Unless Close-Idem is specified, repeated Close calls are undefined behavior.
//
// Unless a doc comment explicitly states otherwise, these labels describe the