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

Method CScriptView

src/internal/script_view.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 class CScriptView : public ranges::subrange<const unsigned char *> {
25 public:
26 CScriptView() : ranges::subrange<const unsigned char *>() {}
27 CScriptView(const unsigned char* pbegin, const unsigned char* pend) : ranges::subrange<const unsigned char *>(pbegin, pend) {}
28
29 bool GetOp(iterator& pc, opcodetype& opcodeRet, ranges::subrange<const unsigned char *>& vchRet) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected