Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_wildcardaddr
Function
is_wildcardaddr
common/wireaddr.c:373–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
bool is_wildcardaddr(const char *arg)
374
{
375
return streq(arg,
""
);
376
}
377
378
/* Rules:
379
*
Callers
3
opt_add_addr_withtype
Function · 0.85
is_dnsaddr
Function · 0.85
parse_wireaddr_internal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected