Function tikv::storage::txn::actions::cleanup::tests::must_cleanup_with_gc_fence[][src]

pub fn must_cleanup_with_gc_fence<E: Engine>(
    engine: &E,
    key: &[u8],
    start_ts: impl Into<TimeStamp>,
    current_ts: impl Into<TimeStamp>,
    gc_fence: impl Into<TimeStamp>,
    without_target_write: bool
)