aboutsummaryrefslogtreecommitdiff
path: root/delta_write_select.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 17:06:51 +0100
committerGravatar Runxi Yu2026-01-30 17:06:51 +0100
commit8e320c9ca634e6b2431f9442b7d5191864735ae4 (patch)
treeb2e3d18144865fad0508a4f890dada5aee6ba940 /delta_write_select.go
parentreachability: Add basic reachability API (diff)
signatureNo signature
packed, delta: Implement thin packs
Diffstat (limited to 'delta_write_select.go')
-rw-r--r--delta_write_select.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/delta_write_select.go b/delta_write_select.go
index 9113b80f..2911867d 100644
--- a/delta_write_select.go
+++ b/delta_write_select.go
@@ -8,6 +8,7 @@ type objectToPack struct {
body []byte
offset uint64
deltaDepth int
+ inPack bool
}
type deltaContext struct {