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

Method getCommitProxies

fdbclient/NativeAPI.actor.cpp:2639–2645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2637}
2638
2639Reference<CommitProxyInfo> DatabaseContext::getCommitProxies(UseProvisionalProxies useProvisionalProxies) {
2640 updateProxies();
2641 if (proxyProvisional && !useProvisionalProxies) {
2642 return Reference<CommitProxyInfo>();
2643 }
2644 return commitProxies;
2645}
2646
2647Reference<GrvProxyInfo> DatabaseContext::getGrvProxies(UseProvisionalProxies useProvisionalProxies) {
2648 updateProxies();

Callers 7

assassinMethod · 0.80
whenFunction · 0.80
Future<Void> tryCommitFunction · 0.80
getReadHotRangesMethod · 0.80
Future<Void> snapCreateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected