Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
637
Optional<TenantName> ThreadSafeTransaction::getTenant() {
638
return tenantName;
639
}
640
641
void ThreadSafeTransaction::operator=(ThreadSafeTransaction&& r) noexcept {
642
tr = r.tr;
Callers
4
Future<TenantMapEntry> blobGranuleGetTenantEntry
Function · 0.45
Future<Standalone<VectorRef<KeyRangeRef>>> getBlobGranuleRangesActor
Function · 0.45
Future<Standalone<VectorRef<BlobGranuleChunkRef>>> readBlobGranulesActor
Function · 0.45
createCheckpointImpl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected