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

Method isValid

fdbclient/MultiVersionTransaction.actor.cpp:1591–1594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589}
1590
1591bool MultiVersionTransaction::isValid() {
1592 auto tr = getTransaction();
1593 return tr.transaction.isValid();
1594}
1595
1596// MultiVersionTenant
1597MultiVersionTenant::MultiVersionTenant(Reference<MultiVersionDatabase> db, TenantNameRef tenantName)

Callers 8

setTimeoutMethod · 0.45
resetMethod · 0.45
closeMethod · 0.45
updateDatabaseMethod · 0.45
selectApiVersionMethod · 0.45

Calls 1

getTransactionFunction · 0.85

Tested by

no test coverage detected