Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ RANGES_FOR
Function
RANGES_FOR
blockscipy/src/python_range_conversion.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
pybind11::list list{rangeSize};
81
size_t index = 0;
82
RANGES_FOR(auto && a, t) {
83
list[index] = std::forward<decltype(a)>(a);
84
index++;
85
}
86
return list;
87
}
88
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected