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

Method operator-

src/test/scriptnum10.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 inline CScriptNum10 operator+( const int64_t& rhs) const { return CScriptNum10(m_value + rhs);}
79 inline CScriptNum10 operator-( const int64_t& rhs) const { return CScriptNum10(m_value - rhs);}
80 inline CScriptNum10 operator+( const CScriptNum10& rhs) const { return operator+(rhs.m_value); }
81 inline CScriptNum10 operator-( const CScriptNum10& rhs) const { return operator-(rhs.m_value); }
82

Callers

nothing calls this directly

Calls 1

CScriptNum10Class · 0.85

Tested by

no test coverage detected