Function tikv::storage::txn::gc[][src]

pub fn gc<'a, S: Snapshot>(
    txn: &'a mut MvccTxn,
    reader: &'a mut MvccReader<S>,
    key: Key,
    safe_point: TimeStamp
) -> MvccResult<GcInfo>