Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetLocator
Function
GetLocator
src/chain.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
CBlockLocator GetLocator(const CBlockIndex* index)
46
{
47
return CBlockLocator{LocatorEntries(index)};
48
}
49
50
const CBlockIndex* CChain::FindFork(const CBlockIndex& index) const
51
{
Callers
6
HandleUnconnectingHeaders
Method · 0.70
ProcessHeadersMessage
Method · 0.70
ProcessMessage
Method · 0.70
ConsiderEviction
Method · 0.70
SendMessages
Method · 0.70
FlushStateToDisk
Method · 0.70
Calls
1
LocatorEntries
Function · 0.85
Tested by
no test coverage detected