Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ range_positive_short_integer
Function
range_positive_short_integer
src/gpre/sql.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
static inline bool range_positive_short_integer(const SLONG x)
154
{
155
return (x < 32768 && x >= 0);
156
}
157
158
//____________________________________________________________
159
//
Callers
2
act_create_shadow
Function · 0.85
act_drop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected