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

Function probe_many_random_scids

gossipd/seeker.c:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737static void probe_many_random_scids(struct seeker *seeker)
738{
739 return probe_random_scids(seeker, 10000);
740}
741
742static void check_firstpeer(struct seeker *seeker)
743{

Callers 1

seek_any_unknown_nodesFunction · 0.85

Calls 1

probe_random_scidsFunction · 0.85

Tested by

no test coverage detected