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

Method getTenant

fdbclient/ThreadSafeTransaction.cpp:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637Optional<TenantName> ThreadSafeTransaction::getTenant() {
638 return tenantName;
639}
640
641void ThreadSafeTransaction::operator=(ThreadSafeTransaction&& r) noexcept {
642 tr = r.tr;

Calls

no outgoing calls

Tested by

no test coverage detected