MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / operator-

Method operator-

src/script/script.h:259–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CScriptNumClass · 0.70

Tested by

no test coverage detected