MCPcopy Create free account
hub / github.com/apple/foundationdb / addReadConflictRange

Method addReadConflictRange

fdbclient/MultiVersionTransaction.actor.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void DLTransaction::addReadConflictRange(const KeyRangeRef& keys) {
369 throwIfError(api->transactionAddConflictRange(
370 tr, keys.begin.begin(), keys.begin.size(), keys.end.begin(), keys.end.size(), FDB_CONFLICT_RANGE_TYPE_READ));
371}
372
373void DLTransaction::atomicOp(const KeyRef& key, const ValueRef& value, uint32_t operationType) {
374 api->transactionAtomicOp(

Callers

nothing calls this directly

Calls 5

getTransactionFunction · 0.85
throwIfErrorFunction · 0.70
addReadConflictRangeMethod · 0.65
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected