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

Function getBackingData

include/blocksci/scripts/nulldata_script.hpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

getDataFunction · 0.70
getUint160AddressMethod · 0.50

Calls 1

getDataFunction · 0.70

Tested by

no test coverage detected