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

Function wireaddr_arr_contains

common/wireaddr.c:945–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945bool wireaddr_arr_contains(const struct wireaddr *was,
946 const struct wireaddr *wa)
947{
948 for (size_t i = 0; i < tal_count(was); i++)
949 if (wireaddr_eq(&was[i], wa))
950 return true;
951 return false;
952}

Callers 2

best_remote_addrFunction · 0.85
json_getinfoFunction · 0.85

Calls 1

wireaddr_eqFunction · 0.85

Tested by

no test coverage detected