MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / operator&

Method operator&

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

Source from the content-addressed store, hash-verified

320 }
321
322 inline CScriptNum operator&(const int64_t &rhs) const {
323 return CScriptNum(m_value & rhs);
324 }
325 inline CScriptNum operator&(const CScriptNum &rhs) const {
326 return operator&(rhs.m_value);
327 }

Callers

nothing calls this directly

Calls 1

CScriptNumClass · 0.70

Tested by

no test coverage detected