Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ resolveWithRetry
Method
resolveWithRetry
flow/Hostname.actor.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
Future<NetworkAddress> Hostname::resolveWithRetry() {
80
return resolveWithRetryImpl(this);
81
}
82
83
Optional<NetworkAddress> Hostname::resolveBlocking() {
84
try {
Callers
4
Future<NetworkAddress> resolveWithRetryImpl
Function · 0.80
template <class Req> Future<REPLY_TYPE(Req)> retryGetReplyFromHostname
Function · 0.80
retryGetReplyFromHostname
Function · 0.80
NativeAPI.actor.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected