Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ LookupNumeric
Function
LookupNumeric
src/netbase.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
bool LookupNumeric(const char* pszName, CService& addr, int portDefault)
234
{
235
return Lookup(pszName, addr, portDefault, false);
236
}
237
238
/**
239
* Convert milliseconds to a struct timeval for select.
Callers
4
add_onion_cb
Method · 0.85
auth_cb
Method · 0.85
TestParse
Function · 0.85
doProxyIpChecks
Method · 0.85
Calls
1
Lookup
Function · 0.85
Tested by
1
TestParse
Function · 0.68