MCPcopy
hub / github.com/klauspost/compress / popOffsets

Method popOffsets

zstd/blockenc.go:250–252  ·  view source on GitHub ↗

pushOffsets will push the recent offsets to the backup store.

()

Source from the content-addressed store, hash-verified

248
249// pushOffsets will push the recent offsets to the backup store.
250func (b *blockEnc) popOffsets() {
251 b.recentOffsets = b.prevRecentOffsets
252}
253
254// matchOffset will adjust recent offsets and return the adjusted one,
255// if it matches a previous offset.

Callers 2

encodeMethod · 0.95
ConvertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected