Skip to main content

Module ctx_read_dedup

Module ctx_read_dedup 

Source
Expand description

Thin content-deduplication bridge for the ctx_read hot path.

Structs§

ReadDedupSummary
Read-specific snapshot of content-deduplication statistics.

Functions§

dedup_summary
Returns read-specific cumulative content-deduplication statistics.
on_file_write
Invalidates deduplication state after a file write.
reset
Clears content-deduplication state and statistics.
should_dedup
Returns whether content deduplication should run for a ctx_read mode.
try_dedup
Returns an unchanged-content stub when a prior delivery matches.