Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ zerodivide
Method
zerodivide
src/common/Int128.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void Int128::zerodivide()
245
{
246
(Arg::Gds(isc_arith_except) << Arg::Gds(isc_exception_integer_divide_by_zero)).raise();
247
}
248
249
void Int128::overflow()
250
{
Callers
nothing calls this directly
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected