MCPcopy 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
233bool 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_cbMethod · 0.85
auth_cbMethod · 0.85
TestParseFunction · 0.85
doProxyIpChecksMethod · 0.85

Calls 1

LookupFunction · 0.85

Tested by 1

TestParseFunction · 0.68