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

Method taggedAddressesNested

src/cluster/cluster.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 ranges::transform_view<ranges::transform_view<ranges::subrange<const DedupAddress *>, PossibleAddressesGetter>, AddressRangeTagChecker>
177 Cluster::taggedAddressesNested(const std::unordered_map<blocksci::Address, std::string> &tags) const {
178 AddressRangeTagChecker tagCheck{tags};
179
180 return getPossibleAddressesNested(clusterNum, clusterAccess) | ranges::views::transform(tagCheck);
181 }
182
183 uint32_t Cluster::countOfType(AddressType::Enum type) const {
184 auto dedupSearchType = dedupType(type);

Callers 1

cluster.hppFile · 0.80

Calls 1

Tested by

no test coverage detected