MCPcopy 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
33template <typename T>
34reverse_range<T> reverse_iterate(T &x)
35{
36 return reverse_range<T>(x);
37}
38
39#endif // BITCOIN_REVERSE_ITERATOR_H

Callers 7

UpdatedBlockTipMethod · 0.85
ProcessHeadersMessageMethod · 0.85
ActivateBestChainStepMethod · 0.85
testMethod · 0.85
testMethod · 0.85
GetLastCheckpointMethod · 0.85

Calls

no outgoing calls

Tested by 2

testMethod · 0.68
testMethod · 0.68