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

Method getOutputPointers

src/cluster/cluster.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 ranges::any_view<OutputPointer> Cluster::getOutputPointers() const {
198 return getPossibleAddresses(clusterNum, clusterAccess) | ranges::views::transform([](auto && address) { return address.getOutputPointers(); }) | ranges::views::join;
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;

Callers

nothing calls this directly

Calls 1

getPossibleAddressesFunction · 0.85

Tested by

no test coverage detected