MCPcopy 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
373bool is_wildcardaddr(const char *arg)
374{
375 return streq(arg, "");
376}
377
378/* Rules:
379 *

Callers 3

opt_add_addr_withtypeFunction · 0.85
is_dnsaddrFunction · 0.85
parse_wireaddr_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected