Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ LookupNumeric
Function
LookupNumeric
src/netbase.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
bool LookupNumeric(const char *pszName, CService& addr, int portDefault)
226
{
227
return Lookup(pszName, addr, portDefault, false);
228
}
229
230
/**
231
* Convert milliseconds to a struct timeval for select.
Callers
2
TestParse
Function · 0.85
doProxyIpChecks
Method · 0.85
Calls
1
Lookup
Function · 0.85
Tested by
1
TestParse
Function · 0.68