Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
static bool IsTor(const struct wireaddr *addr)
137
{
138
return addr->type == ADDR_TYPE_TOR_V3;
139
}
140
141
static bool IsLocal(const struct wireaddr *addr)
142
{
Callers
1
IsRoutable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected