Function tikv::storage::txn::commands::find_mvcc_infos_by_key [−][src]
fn find_mvcc_infos_by_key<S: Snapshot>(
reader: &mut MvccReader<S>,
key: &Key,
ts: TimeStamp
) -> Result<(Option<MvccLock>, Vec<(TimeStamp, Write)>, Vec<(TimeStamp, Value)>)>