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

Method getOutputs

src/cluster/cluster.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 ranges::any_view<Output> Cluster::getOutputs() const {
202 return getPossibleAddresses(clusterNum, clusterAccess) | ranges::views::transform([](auto && address) { return address.getOutputs(); }) | ranges::views::join;
203 }
204
205 ranges::any_view<blocksci::Input> Cluster::getInputs() const {
206 return getPossibleAddresses(clusterNum, clusterAccess) | ranges::views::transform([](auto && address) { return address.getInputs(); }) | ranges::views::join;

Callers

nothing calls this directly

Calls 1

getPossibleAddressesFunction · 0.85

Tested by

no test coverage detected