aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/state.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-05 20:35:02 +0800
committerGravatar Runxi Yu2026-03-05 20:35:02 +0800
commit197fc54d0fe9e89345992b1efbfbfaf3185e3272 (patch)
tree45b41cdb16f405fa34268dab5347bbd0188dafe0 /format/pack/ingest/state.go
parentformat/pack/ingest: Temporary file purging (diff)
signatureNo signature
format/pack/ingest: Improve trailer stuff
Diffstat (limited to 'format/pack/ingest/state.go')
-rw-r--r--format/pack/ingest/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pack/ingest/state.go b/format/pack/ingest/state.go
index 3fabe639..2263e8a1 100644
--- a/format/pack/ingest/state.go
+++ b/format/pack/ingest/state.go
@@ -28,7 +28,7 @@ type ingestState struct {
revFile *os.File
revTmpName string
- stream *streamCopier
+ stream *streamScanner
records []objectRecord
ofsDeltas []ofsDeltaRef