MCPcopy Create free account
hub / github.com/ElementsProject/lightning / IsTor

Function IsTor

connectd/netaddress.c:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static bool IsTor(const struct wireaddr *addr)
137{
138 return addr->type == ADDR_TYPE_TOR_V3;
139}
140
141static bool IsLocal(const struct wireaddr *addr)
142{

Callers 1

IsRoutableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected