Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ truncate16
Method
truncate16
src/common/cvt.cpp:207–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
void truncate16() override
208
{
209
FB_UINT64 mask = 0xFFFFFFFFFFFFFFFF;
210
value &= mask;
211
}
212
213
lb10 compareLimitBy10() override
214
{
Callers
1
cvt_decompose
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected