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

Method build

fdbserver/TenantCache.actor.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197Future<Void> TenantCache::build(Database cx) {
198 return TenantCacheImpl::build(this);
199}
200
201Future<Void> TenantCache::monitorTenantMap() {
202 return TenantCacheImpl::monitorTenantMap(this);

Calls

no outgoing calls

Tested by

no test coverage detected