Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ xdr_dec64
Function
xdr_dec64
src/common/xdr.cpp:426–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
425
426
bool_t xdr_dec64(xdr_t* xdrs, Firebird::Decimal64* ip)
427
{
428
return xdr_decfloat_hyper(xdrs, ip->getBytes());
429
}
430
431
432
bool_t xdr_dec128(xdr_t* xdrs, Firebird::Decimal128* ip)
Callers
2
CAN_encode_decode
Function · 0.85
xdr_datum
Function · 0.85
Calls
2
xdr_decfloat_hyper
Function · 0.85
getBytes
Method · 0.45
Tested by
no test coverage detected