MCPcopy Create free account
hub / github.com/citp/BlockSci / getGenericIterator

Method getGenericIterator

blockscipy/src/generic_proxy.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::function<BlocksciIteratorType(std::any &)> RangeProxy::getGenericIterator() const {
25 return [generic = getGenericRange()](std::any &val) -> BlocksciIteratorType {
26 return generic(val).toIterator();
27 };
28}
29
30std::function<std::any(std::any &)> RangeProxy::getGenericAny() const {
31 auto generic = getGenericRange();

Callers 1

addCommonIteratorMethodsFunction · 0.45

Calls 1

toIteratorMethod · 0.80

Tested by

no test coverage detected