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

Method createTransaction

fdbclient/NativeAPI.actor.cpp:9884–9886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9882}
9883
9884Reference<DatabaseContext::TransactionT> DatabaseContext::createTransaction() {
9885 return makeReference<ReadYourWritesTransaction>(Database(Reference<DatabaseContext>::addRef(this)));
9886}
9887
9888// BlobGranule API.
9889ACTOR Future<Standalone<VectorRef<KeyRangeRef>>> getBlobRanges(Transaction* tr, KeyRange range, int batchLimit) {

Callers

nothing calls this directly

Calls 1

DatabaseClass · 0.50

Tested by

no test coverage detected