| 21 | class BLOCKSCI_EXPORT ScriptAddress<AddressType::NULL_DATA> : public ScriptBase { |
| 22 | |
| 23 | const RawData *getBackingData() const { |
| 24 | return reinterpret_cast<const RawData *>(ScriptBase::getData()); |
| 25 | } |
| 26 | |
| 27 | public: |
| 28 | constexpr static AddressType::Enum addressType = AddressType::NULL_DATA; |
no test coverage detected