Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
static void probe_many_random_scids(struct seeker *seeker)
738
{
739
return probe_random_scids(seeker, 10000);
740
}
741
742
static void check_firstpeer(struct seeker *seeker)
743
{
Callers
1
seek_any_unknown_nodes
Function · 0.85
Calls
1
probe_random_scids
Function · 0.85
Tested by
no test coverage detected