MCPcopy Create free account
hub / github.com/citp/BlockSci / operator-

Method operator-

src/internal/bitcoin_script.hpp:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256 inline CScriptNum operator+( const int64_t& rhs) const { return CScriptNum(m_value + rhs);}
257 inline CScriptNum operator-( const int64_t& rhs) const { return CScriptNum(m_value - rhs);}
258 inline CScriptNum operator+( const CScriptNum& rhs) const { return operator+(rhs.m_value); }
259 inline CScriptNum operator-( const CScriptNum& rhs) const { return operator-(rhs.m_value); }
260

Callers

nothing calls this directly

Calls 1

CScriptNumClass · 0.85

Tested by

no test coverage detected