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

Method getScriptData

src/internal/script_access.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template <DedupAddressType::Enum type>
90 auto getScriptData(uint32_t addressNum) const {
91 return getFile<type>()[addressNum - 1];
92 }
93
94 const ScriptDataBase *getScriptHeader(uint32_t addressNum, DedupAddressType::Enum type) const {
95 static auto &scriptDataBaseTable = *[]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected