Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ overflow
Method
overflow
src/common/Int128.cpp:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void Int128::overflow()
250
{
251
(Arg::Gds(isc_arith_except) << Arg::Gds(isc_exception_integer_overflow)).raise();
252
}
253
254
#ifdef DEV_BUILD
255
const char* Int128::show()
Callers
nothing calls this directly
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected