Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator/
Method
operator/
src/common/Int128.h:144–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
Int128 operator/(unsigned value) const
145
{
146
Int128 rc;
147
rc.v = v / value;
148
return rc;
149
}
150
151
Int128 operator+=(unsigned value)
152
{
Callers
nothing calls this directly
Calls
1
DivInt
Method · 0.45
Tested by
no test coverage detected