| 34 | } |
| 35 | |
| 36 | ranges::any_view<Address> PubkeyAddressBase::getIncludingMultisigs() const { |
| 37 | auto access_ = &getAccess(); |
| 38 | return getAccess().getAddressIndex().getIncludingMultisigs(*this) | |
| 39 | ranges::views::transform([access_](const RawAddress &raw) { return Address{raw, *access_}; }); |
| 40 | } |
| 41 | } // namespace blocksci |
nothing calls this directly
no outgoing calls
no test coverage detected