Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ reverse_iterate
Function
reverse_iterate
src/reverse_iterator.h:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
template <typename T>
34
reverse_range<T> reverse_iterate(T &x)
35
{
36
return reverse_range<T>(x);
37
}
38
39
#endif // BITCOIN_REVERSE_ITERATOR_H
Callers
7
UpdateTransactionsFromBlock
Method · 0.85
UpdatedBlockTip
Method · 0.85
ProcessHeadersMessage
Method · 0.85
ActivateBestChainStep
Method · 0.85
test
Method · 0.85
test
Method · 0.85
GetLastCheckpoint
Method · 0.85
Calls
no outgoing calls
Tested by
2
test
Method · 0.68
test
Method · 0.68