| 29 | |
| 30 | |
| 31 | ScriptRangeVariant scriptsRange(AddressType::Enum type, blocksci::DataAccess &access) { |
| 32 | static constexpr auto table = make_dynamic_table<AddressType, ScriptRangeFunctor>(); |
| 33 | auto index = static_cast<size_t>(type); |
| 34 | return table.at(index)(access); |
| 35 | } |
| 36 | |
| 37 | } // namespace blocksci |
nothing calls this directly
no outgoing calls
no test coverage detected