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:301–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
inline CScriptNum operator/(const int64_t &rhs) const {
302
return CScriptNum(m_value / rhs);
303
}
304
inline CScriptNum operator/(const CScriptNum &rhs) const {
305
return operator/(rhs.m_value);
306
}
Callers
nothing calls this directly
Calls
1
CScriptNum
Class · 0.70
Tested by
no test coverage detected