Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ operator%
Method
operator%
src/script/script.h:308–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
inline CScriptNum operator%(const int64_t &rhs) const {
309
return CScriptNum(m_value % rhs);
310
}
311
inline CScriptNum operator%(const CScriptNum &rhs) const {
312
return operator%(rhs.m_value);
313
}
Callers
nothing calls this directly
Calls
1
CScriptNum
Class · 0.70
Tested by
no test coverage detected