MCPcopy Create free account
hub / github.com/Fullstop000/wickdb / compact_range

Method compact_range

src/version/version_set.rs:456–486  ·  view source on GitHub ↗

Return a `Compaction` for compacting the range `[begin,end]` in the specified level. Returns `None` if there is nothing in that level that overlaps the specified range

(
        &mut self,
        level: usize,
        begin: Option<&InternalKey>,
        end: Option<&InternalKey>,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

currentMethod · 0.80
cloneMethod · 0.80
setup_other_inputsMethod · 0.80
is_emptyMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected