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

Function probe_some_random_scids

gossipd/seeker.c:732–735  ·  view source on GitHub ↗

We usually get a channel per block, so these cover a fair bit of ground */

Source from the content-addressed store, hash-verified

730
731/* We usually get a channel per block, so these cover a fair bit of ground */
732static void probe_some_random_scids(struct seeker *seeker)
733{
734 return probe_random_scids(seeker, 1024);
735}
736
737static void probe_many_random_scids(struct seeker *seeker)
738{

Callers 1

scid_query_doneFunction · 0.85

Calls 1

probe_random_scidsFunction · 0.85

Tested by

no test coverage detected