| 15 | template<blocksci::AddressType::Enum type> |
| 16 | struct ScriptRangeFunctor { |
| 17 | static blocksci::ScriptRangeVariant f(blocksci::DataAccess &access) { |
| 18 | return blocksci::scriptsRange<type>(access); |
| 19 | } |
| 20 | }; |
| 21 | } |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected