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

Function total_range

src/compaction.rs:348–366  ·  view source on GitHub ↗

Returns the minimal range that covers all key ranges in `current_l_files` and `next_l_files` `current_l_files` means current level files to be compacted `next_l_files` means next level files to be compacted

(
    current_l_files: &'a [Arc<FileMetaData>],
    next_l_files: &'a [Arc<FileMetaData>],
    level: usize,
    icmp: &InternalKeyComparator<C>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

setup_other_inputsMethod · 0.85

Calls 4

base_rangeFunction · 0.85
is_emptyMethod · 0.45
compareMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected