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

Method construct

fdbclient/ReadYourWrites.actor.cpp:1466–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466void ReadYourWritesTransaction::construct(Database const& cx) {
1467 *this = ReadYourWritesTransaction(cx, Optional<TenantName>());
1468}
1469
1470void ReadYourWritesTransaction::construct(Database const& cx, TenantName const& tenantName) {
1471 *this = ReadYourWritesTransaction(cx, tenantName);

Callers 3

createMethod · 0.45
createMethod · 0.45
ThreadSafeTransactionMethod · 0.45

Calls 1

Tested by

no test coverage detected